#F0CECA

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

Shades of Coral Candy #F0CECA

Tints of Coral Candy #F0CECA

Color information

#F0CECA (or 0xF0CECA) is unknown color: approx Coral Candy. HEX triplet: F0, CE and CA. RGB value is (240,206,202). Sum of RGB (Red+Green+Blue) = 240+206+202=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CECA is #0F3135. Grayscale: #D7D7D7. Windows color (decimal): -995638 or 13291248. OLE color: 13291248.

HSL color Cylindrical-coordinate representation of color #F0CECA: hue angle of 6.32º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CECA is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240206202-
CMYK00.140.160.06
HSL6.32º55.88%86.67%-
HSV(B)6.32º15.83%94.12%-
XYZ68.6766.9365.18-
YUV215.71120.26145.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.04%
GREEN value IS 206 (80.86% from 255) = 31.79%
BLUE value IS 202 (79.30% from 255) = 31.17%
R=37.04%
G=31.79%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020620200.140.160.066.3255.8886.67
HexF0CECA0E10663857
Octal360316312016206670127
Binary11110000110011101100101001110100001101101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CECA; }

 p { color: rgb(240,206,202); }

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

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

 a { background-color: rgb(240,206,202); }

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

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

 span { border-color: rgb(240,206,202); }

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