#F8CCCC

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

Shades of Coral Candy #F8CCCC

Tints of Coral Candy #F8CCCC

Color information

#F8CCCC (or 0xF8CCCC) is unknown color: approx Coral Candy. HEX triplet: F8, CC and CC. RGB value is (248,204,204). Sum of RGB (Red+Green+Blue) = 248+204+204=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCCC is #073333. Grayscale: #D9D9D9. Windows color (decimal): -471860 or 13421816. OLE color: 13421816.

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

Color convert

RGB248204204-
CMYK00.180.180.03
HSL75.86%88.63%-
HSV(B)17.74%97.25%-
XYZ71.267.566.4-
YUV217.16120.58150-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.80%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=37.80%
G=31.10%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820420400.180.180.03075.8688.63
HexF8CCCC01212304c59
Octal3703143140222230114131
Binary1111100011001100110011000100101001011010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CCCC; }

 p { color: rgb(248,204,204); }

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

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

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

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

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

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

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