#F5CECA

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

Shades of Coral Candy #F5CECA

Tints of Coral Candy #F5CECA

Color information

#F5CECA (or 0xF5CECA) is unknown color: approx Coral Candy. HEX triplet: F5, CE and CA. RGB value is (245,206,202). Sum of RGB (Red+Green+Blue) = 245+206+202=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CECA is #0A3135. Grayscale: #D9D9D9. Windows color (decimal): -667958 or 13291253. OLE color: 13291253.

HSL color Cylindrical-coordinate representation of color #F5CECA: hue angle of 5.58º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5CECA is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245206202-
CMYK00.160.180.04
HSL5.58º68.25%87.65%-
HSV(B)5.58º17.55%96.08%-
XYZ70.3967.8265.26-
YUV217.2119.42147.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.52%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=37.52%
G=31.55%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520620200.160.180.045.5868.2587.65
HexF5CECA01012464458
Octal3653163120202246104130
Binary1111010111001110110010100100001001010011010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CECA; }

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

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

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

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

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

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

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

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