#F9D0CA

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

Shades of Coral Candy #F9D0CA

Tints of Coral Candy #F9D0CA

Color information

#F9D0CA (or 0xF9D0CA) is unknown color: approx Coral Candy. HEX triplet: F9, D0 and CA. RGB value is (249,208,202). Sum of RGB (Red+Green+Blue) = 249+208+202=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D0CA is #062F35. Grayscale: #DBDBDB. Windows color (decimal): -405302 or 13291769. OLE color: 13291769.

HSL color Cylindrical-coordinate representation of color #F9D0CA: hue angle of 7.66º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9D0CA is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249208202-
CMYK00.160.190.02
HSL7.66º79.66%88.43%-
HSV(B)7.66º18.88%97.65%-
XYZ72.2869.5265.49-
YUV219.57118.08148.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.78%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=37.78%
G=31.56%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920820200.160.190.027.6679.6688.43
HexF9D0CA01013285058
Octal37132031202023210120130
Binary1111100111010000110010100100001001110100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D0CA; }

 p { color: rgb(249,208,202); }

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

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

 a { background-color: rgb(249,208,202); }

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

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

 span { border-color: rgb(249,208,202); }

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