#F5D0CA

Color #F5D0CA Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #F5D0CA

Tints of Coral Candy #F5D0CA

Color information

#F5D0CA (or 0xF5D0CA) is unknown color: approx Coral Candy. HEX triplet: F5, D0 and CA. RGB value is (245,208,202). Sum of RGB (Red+Green+Blue) = 245+208+202=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D0CA is #0A2F35. Grayscale: #DADADA. Windows color (decimal): -667446 or 13291765. OLE color: 13291765.

HSL color Cylindrical-coordinate representation of color #F5D0CA: hue angle of 8.37º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5D0CA is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245208202-
CMYK00.150.180.04
HSL8.37º68.25%87.65%-
HSV(B)8.37º17.55%96.08%-
XYZ70.8768.7965.42-
YUV218.38118.76146.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.40%
GREEN value IS 208 (81.64% from 255) = 31.76%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=37.40%
G=31.76%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520820200.150.180.048.3768.2587.65
HexF5D0CA0F12484458
Octal36532031201722410104130
Binary1111010111010000110010100111110010100100010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D0CA; }

 p { color: rgb(245,208,202); }

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

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

 a { background-color: rgb(245,208,202); }

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

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

 span { border-color: rgb(245,208,202); }

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