#F5D2CA

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

Shades of Coral Candy #F5D2CA

Tints of Coral Candy #F5D2CA

Color information

#F5D2CA (or 0xF5D2CA) is unknown color: approx Coral Candy. HEX triplet: F5, D2 and CA. RGB value is (245,210,202). Sum of RGB (Red+Green+Blue) = 245+210+202=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2CA is #0A2D35. Grayscale: #DBDBDB. Windows color (decimal): -666934 or 13292277. OLE color: 13292277.

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

Color convert

RGB245210202-
CMYK00.140.180.04
HSL11.16º68.25%87.65%-
HSV(B)11.16º17.55%96.08%-
XYZ71.3669.7765.58-
YUV219.55118.1146.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.29%
GREEN value IS 210 (82.42% from 255) = 31.96%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=37.29%
G=31.96%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521020200.140.180.0411.1668.2587.65
HexF5D2CA0E124b4458
Octal36532231201622413104130
Binary1111010111010010110010100111010010100101110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D2CA; }

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

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

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

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

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

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

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

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