#FDABCA

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

Shades of Carnation Pink #FDABCA

Tints of Carnation Pink #FDABCA

Color information

#FDABCA (or 0xFDABCA) is unknown color: approx Carnation Pink. HEX triplet: FD, AB and CA. RGB value is (253,171,202). Sum of RGB (Red+Green+Blue) = 253+171+202=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABCA is #025435. Grayscale: #C7C7C7. Windows color (decimal): -152630 or 13282301. OLE color: 13282301.

HSL color Cylindrical-coordinate representation of color #FDABCA: hue angle of 337.32º 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 #FDABCA is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253171202-
CMYK00.320.200.01
HSL337.32º95.35%83.14%-
HSV(B)337.32º32.41%99.22%-
XYZ65.7354.2762.89-
YUV199.05129.67166.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=40.42%
G=27.32%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317120200.320.200.01337.3295.3583.14
HexFDABCA0201411515f53
Octal375253312040241521137123
Binary111111011010101111001010010000010100110101000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDABCA; }

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

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

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

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

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

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

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

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