#F8CAC8

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

Shades of Coral Candy #F8CAC8

Tints of Coral Candy #F8CAC8

Color information

#F8CAC8 (or 0xF8CAC8) is unknown color: approx Coral Candy. HEX triplet: F8, CA and C8. RGB value is (248,202,200). Sum of RGB (Red+Green+Blue) = 248+202+200=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 200 (78.52% from 255 or 30.77% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CAC8 is #073537. Grayscale: #D7D7D7. Windows color (decimal): -472376 or 13159160. OLE color: 13159160.

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

Color convert

RGB248202200-
CMYK00.190.190.03
HSL2.5º77.42%87.84%-
HSV(B)2.5º19.35%97.25%-
XYZ70.2666.3763.75-
YUV215.53119.24151.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.15%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 200 (78.52% from 255) = 30.77%
R=38.15%
G=31.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820220000.190.190.032.577.4287.84
HexF8CAC801313334d58
Octal3703123100232333115130
Binary11111000110010101100100001001110011111110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CAC8; }

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

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

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

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

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

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

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

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