#F8CECC

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

Shades of Coral Candy #F8CECC

Tints of Coral Candy #F8CECC

Color information

#F8CECC (or 0xF8CECC) is unknown color: approx Coral Candy. HEX triplet: F8, CE and CC. RGB value is (248,206,204). Sum of RGB (Red+Green+Blue) = 248+206+204=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CECC is #073133. Grayscale: #DADADA. Windows color (decimal): -471348 or 13422328. OLE color: 13422328.

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

Color convert

RGB248206204-
CMYK00.170.180.03
HSL2.73º75.86%88.63%-
HSV(B)2.73º17.74%97.25%-
XYZ71.6868.4666.56-
YUV218.33119.91149.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.69%
GREEN value IS 206 (80.86% from 255) = 31.31%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=37.69%
G=31.31%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820620400.170.180.032.7375.8688.63
HexF8CECC01112334c59
Octal3703163140212233114131
Binary11111000110011101100110001000110010111110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CECC; }

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

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

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

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

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

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

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

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