#F8D1CA

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

Shades of Coral Candy #F8D1CA

Tints of Coral Candy #F8D1CA

Color information

#F8D1CA (or 0xF8D1CA) is unknown color: approx Coral Candy. HEX triplet: F8, D1 and CA. RGB value is (248,209,202). Sum of RGB (Red+Green+Blue) = 248+209+202=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D1CA is #072E35. Grayscale: #DBDBDB. Windows color (decimal): -470582 or 13292024. OLE color: 13292024.

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

Color convert

RGB248209202-
CMYK00.160.190.03
HSL9.13º76.67%88.24%-
HSV(B)9.13º18.55%97.25%-
XYZ72.1769.8265.55-
YUV219.86117.92148.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.63%
GREEN value IS 209 (82.03% from 255) = 31.71%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=37.63%
G=31.71%
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.03
SystemRedGreenBlueCMYKHSL
Decimal24820920200.160.190.039.1376.6788.24
HexF8D1CA01013394d58
Octal37032131202023311115130
Binary1111100011010001110010100100001001111100110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D1CA; }

 p { color: rgb(248,209,202); }

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

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

 a { background-color: rgb(248,209,202); }

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

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

 span { border-color: rgb(248,209,202); }

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