#F9CCC0

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

Shades of Coral Candy #F9CCC0

Tints of Coral Candy #F9CCC0

Color information

#F9CCC0 (or 0xF9CCC0) is unknown color: approx Coral Candy. HEX triplet: F9, CC and C0. RGB value is (249,204,192). Sum of RGB (Red+Green+Blue) = 249+204+192=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CCC0 is #06333F. Grayscale: #D8D8D8. Windows color (decimal): -406336 or 12635385. OLE color: 12635385.

HSL color Cylindrical-coordinate representation of color #F9CCC0: hue angle of 12.63º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9CCC0 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB249204192-
CMYK00.180.230.02
HSL12.63º82.61%86.47%-
HSV(B)12.63º22.89%97.65%-
XYZ70.1767.1359.13-
YUV216.09114.41151.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 192 (75.39% from 255) = 29.77%
R=38.60%
G=31.63%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920419200.180.230.0212.6382.6186.47
HexF9CCC0012172d5356
Octal37131430002227215123126
Binary1111100111001100110000000100101011110110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CCC0; }

 p { color: rgb(249,204,192); }

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

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

 a { background-color: rgb(249,204,192); }

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

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

 span { border-color: rgb(249,204,192); }

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