#FDAFCB

Color #FDAFCB Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FDAFCB

Tints of Carnation Pink #FDAFCB

Color information

#FDAFCB (or 0xFDAFCB) is unknown color: approx Carnation Pink. HEX triplet: FD, AF and CB. RGB value is (253,175,203). Sum of RGB (Red+Green+Blue) = 253+175+203=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFCB is #025034. Grayscale: #C9C9C9. Windows color (decimal): -151605 or 13348861. OLE color: 13348861.

HSL color Cylindrical-coordinate representation of color #FDAFCB: hue angle of 338.46º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAFCB is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253175203-
CMYK00.310.200.01
HSL338.46º95.12%83.92%-
HSV(B)338.46º30.83%99.22%-
XYZ66.6255.8563.77-
YUV201.51128.84164.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 40.10%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=40.10%
G=27.73%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317520300.310.200.01338.4695.1283.92
HexFDAFCB01F1411525f54
Octal375257313037241522137124
Binary11111101101011111100101101111110100110101001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFCB; }

 p { color: rgb(253,175,203); }

 H1.HeaderClassName
 {
   color: #FDAFCB;
 }
 .AnyTagClassName
 {
   color: #FDAFCB;
 }
</style>
background-color css

<style>
 a { background-color: #FDAFCB; }

 a { background-color: rgb(253,175,203); }

 div.DivClassName
 {
   background-color: #FDAFCB;
 }
 .BgClassName
 {
   background-color: #FDAFCB;
 }
</style>
border-color css

<style>
 span { border-color: #FDAFCB; }

 span { border-color: rgb(253,175,203); }

 td.TdClassName
 {
   border-color: #FDAFCB;
 }
 .TagClassName
 {
   border-color: #FDAFCB;
 }
</style>