#F5CECB

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

Shades of Coral Candy #F5CECB

Tints of Coral Candy #F5CECB

Color information

#F5CECB (or 0xF5CECB) is unknown color: approx Coral Candy. HEX triplet: F5, CE and CB. RGB value is (245,206,203). Sum of RGB (Red+Green+Blue) = 245+206+203=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CECB is #0A3134. Grayscale: #D9D9D9. Windows color (decimal): -667957 or 13356789. OLE color: 13356789.

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

Color convert

RGB245206203-
CMYK00.160.170.04
HSL4.29º67.74%87.84%-
HSV(B)4.29º17.14%96.08%-
XYZ70.5167.8765.88-
YUV217.32119.92147.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.46%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 203 (79.69% from 255) = 31.04%
R=37.46%
G=31.50%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520620300.160.170.044.2967.7487.84
HexF5CECB01011444458
Octal3653163130202144104130
Binary1111010111001110110010110100001000110010010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CECB; }

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

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

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

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

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

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

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

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