#F5D1CE

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

Shades of Coral Candy #F5D1CE

Tints of Coral Candy #F5D1CE

Color information

#F5D1CE (or 0xF5D1CE) is unknown color: approx Coral Candy. HEX triplet: F5, D1 and CE. RGB value is (245,209,206). Sum of RGB (Red+Green+Blue) = 245+209+206=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D1CE is #0A2E31. Grayscale: #DBDBDB. Windows color (decimal): -667186 or 13554165. OLE color: 13554165.

HSL color Cylindrical-coordinate representation of color #F5D1CE: hue angle of 4.62º 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 #F5D1CE is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245209206-
CMYK00.150.160.04
HSL4.62º66.1%88.43%-
HSV(B)4.62º15.92%96.08%-
XYZ71.669.4768.03-
YUV219.42120.43146.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.12%
GREEN value IS 209 (82.03% from 255) = 31.67%
BLUE value IS 206 (80.86% from 255) = 31.21%
R=37.12%
G=31.67%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520920600.150.160.044.6266.188.43
HexF5D1CE0F10454258
Octal3653213160172045102130
Binary111101011101000111001110011111000010010110000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D1CE; }

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

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

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

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

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

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

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

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