#F8D3CA

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

Shades of Coral Candy #F8D3CA

Tints of Coral Candy #F8D3CA

Color information

#F8D3CA (or 0xF8D3CA) is unknown color: approx Coral Candy. HEX triplet: F8, D3 and CA. RGB value is (248,211,202). Sum of RGB (Red+Green+Blue) = 248+211+202=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D3CA is #072C35. Grayscale: #DDDDDD. Windows color (decimal): -470070 or 13292536. OLE color: 13292536.

HSL color Cylindrical-coordinate representation of color #F8D3CA: hue angle of 11.74º 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 #F8D3CA is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248211202-
CMYK00.150.190.03
HSL11.74º76.67%88.24%-
HSV(B)11.74º18.55%97.25%-
XYZ72.6770.8165.71-
YUV221.04117.26147.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.52%
GREEN value IS 211 (82.81% from 255) = 31.92%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=37.52%
G=31.92%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821120200.150.190.0311.7476.6788.24
HexF8D3CA0F133c4d58
Octal37032331201723314115130
Binary111110001101001111001010011111001111110010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D3CA; }

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

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

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

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

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

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

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

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