#F9CECC

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

Shades of Coral Candy #F9CECC

Tints of Coral Candy #F9CECC

Color information

#F9CECC (or 0xF9CECC) is unknown color: approx Coral Candy. HEX triplet: F9, CE and CC. RGB value is (249,206,204). Sum of RGB (Red+Green+Blue) = 249+206+204=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CECC is #063133. Grayscale: #DADADA. Windows color (decimal): -405812 or 13422329. OLE color: 13422329.

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

Color convert

RGB249206204-
CMYK00.170.180.02
HSL2.67º78.95%88.82%-
HSV(B)2.67º18.07%97.65%-
XYZ72.0468.6466.58-
YUV218.63119.75149.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.78%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 204 (80.08% from 255) = 30.96%
R=37.78%
G=31.26%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920620400.170.180.022.6778.9588.82
HexF9CECC01112234f59
Octal3713163140212223117131
Binary11111001110011101100110001000110010101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CECC; }

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

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

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

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

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

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

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

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