#F5D1CC

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

Shades of Coral Candy #F5D1CC

Tints of Coral Candy #F5D1CC

Color information

#F5D1CC (or 0xF5D1CC) is unknown color: approx Coral Candy. HEX triplet: F5, D1 and CC. RGB value is (245,209,204). Sum of RGB (Red+Green+Blue) = 245+209+204=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D1CC is #0A2E33. Grayscale: #DBDBDB. Windows color (decimal): -667188 or 13423093. OLE color: 13423093.

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

Color convert

RGB245209204-
CMYK00.150.170.04
HSL7.32º67.21%88.04%-
HSV(B)7.32º16.73%96.08%-
XYZ71.3669.3766.76-
YUV219.19119.43146.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.23%
GREEN value IS 209 (82.03% from 255) = 31.76%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=37.23%
G=31.76%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520920400.150.170.047.3267.2188.04
HexF5D1CC0F11474358
Octal3653213140172147103130
Binary111101011101000111001100011111000110011110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D1CC; }

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

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

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

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

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

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

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

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