#FDA5CF

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

Shades of Carnation Pink #FDA5CF

Tints of Carnation Pink #FDA5CF

Color information

#FDA5CF (or 0xFDA5CF) is unknown color: approx Carnation Pink. HEX triplet: FD, A5 and CF. RGB value is (253,165,207). Sum of RGB (Red+Green+Blue) = 253+165+207=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA5CF is #025A30. Grayscale: #C4C4C4. Windows color (decimal): -154161 or 13608445. OLE color: 13608445.

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

Color convert

RGB253165207-
CMYK00.350.180.01
HSL331.36º95.65%81.96%-
HSV(B)331.36º34.78%99.22%-
XYZ65.2352.365.69-
YUV196.1134.15168.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 165 (64.84% from 255) = 26.4%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=40.48%
G=26.4%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316520700.350.180.01331.3695.6581.96
HexFDA5CF02312114b6052
Octal375245317043221513140122
Binary111111011010010111001111010001110010110100101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA5CF; }

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

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

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

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

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

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

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

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