#FDABCC

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

Shades of Carnation Pink #FDABCC

Tints of Carnation Pink #FDABCC

Color information

#FDABCC (or 0xFDABCC) is unknown color: approx Carnation Pink. HEX triplet: FD, AB and CC. RGB value is (253,171,204). Sum of RGB (Red+Green+Blue) = 253+171+204=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABCC is #025433. Grayscale: #C7C7C7. Windows color (decimal): -152628 or 13413373. OLE color: 13413373.

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

Color convert

RGB253171204-
CMYK00.320.190.01
HSL335.85º95.35%83.14%-
HSV(B)335.85º32.41%99.22%-
XYZ65.9754.3764.14-
YUV199.28130.67166.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 171 (67.19% from 255) = 27.23%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=40.29%
G=27.23%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317120400.320.190.01335.8595.3583.14
HexFDABCC0201311505f53
Octal375253314040231520137123
Binary111111011010101111001100010000010011110101000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDABCC; }

 p { color: rgb(253,171,204); }

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

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

 a { background-color: rgb(253,171,204); }

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

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

 span { border-color: rgb(253,171,204); }

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