#F5D5CE

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

Shades of Coral Candy #F5D5CE

Tints of Coral Candy #F5D5CE

Color information

#F5D5CE (or 0xF5D5CE) is unknown color: approx Coral Candy. HEX triplet: F5, D5 and CE. RGB value is (245,213,206). Sum of RGB (Red+Green+Blue) = 245+213+206=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D5CE is #0A2A31. Grayscale: #DDDDDD. Windows color (decimal): -666162 or 13555189. OLE color: 13555189.

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

Color convert

RGB245213206-
CMYK00.130.160.04
HSL10.77º66.1%88.43%-
HSV(B)10.77º15.92%96.08%-
XYZ72.5971.4668.36-
YUV221.77119.1144.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.90%
GREEN value IS 213 (83.59% from 255) = 32.08%
BLUE value IS 206 (80.86% from 255) = 31.02%
R=36.90%
G=32.08%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521320600.130.160.0410.7766.188.43
HexF5D5CE0D104b4258
Octal36532531601520413102130
Binary1111010111010101110011100110110000100101110000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D5CE; }

 p { color: rgb(245,213,206); }

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

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

 a { background-color: rgb(245,213,206); }

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

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

 span { border-color: rgb(245,213,206); }

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