#FDA2CF

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

Shades of Carnation Pink #FDA2CF

Tints of Carnation Pink #FDA2CF

Color information

#FDA2CF (or 0xFDA2CF) is unknown color: approx Carnation Pink. HEX triplet: FD, A2 and CF. RGB value is (253,162,207). Sum of RGB (Red+Green+Blue) = 253+162+207=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2CF is #025D30. Grayscale: #C2C2C2. Windows color (decimal): -154929 or 13607677. OLE color: 13607677.

HSL color Cylindrical-coordinate representation of color #FDA2CF: hue angle of 330.33º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA2CF is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253162207-
CMYK00.360.180.01
HSL330.33º95.79%81.37%-
HSV(B)330.33º35.97%99.22%-
XYZ64.6951.2365.51-
YUV194.34135.15169.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.68%
GREEN value IS 162 (63.67% from 255) = 26.05%
BLUE value IS 207 (81.25% from 255) = 33.28%
R=40.68%
G=26.05%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316220700.360.180.01330.3395.7981.37
HexFDA2CF02412114a6051
Octal375242317044221512140121
Binary111111011010001011001111010010010010110100101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2CF; }

 p { color: rgb(253,162,207); }

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

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

 a { background-color: rgb(253,162,207); }

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

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

 span { border-color: rgb(253,162,207); }

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