#F5CFCC

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

Shades of Coral Candy #F5CFCC

Tints of Coral Candy #F5CFCC

Color information

#F5CFCC (or 0xF5CFCC) is unknown color: approx Coral Candy. HEX triplet: F5, CF and CC. RGB value is (245,207,204). Sum of RGB (Red+Green+Blue) = 245+207+204=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFCC is #0A3033. Grayscale: #DADADA. Windows color (decimal): -667700 or 13422581. OLE color: 13422581.

HSL color Cylindrical-coordinate representation of color #F5CFCC: hue angle of 4.39º degrees, saturation: 0.67, 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 #F5CFCC is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245207204-
CMYK00.160.170.04
HSL4.39º67.21%88.04%-
HSV(B)4.39º16.73%96.08%-
XYZ70.8768.466.59-
YUV218.02120.09147.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.35%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=37.35%
G=31.55%
B=31.10%

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
Decimal24520720400.160.170.044.3967.2188.04
HexF5CFCC01011444358
Octal3653173140202144103130
Binary1111010111001111110011000100001000110010010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CFCC; }

 p { color: rgb(245,207,204); }

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

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

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

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

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

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

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