#F0CFCA

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

Shades of Coral Candy #F0CFCA

Tints of Coral Candy #F0CFCA

Color information

#F0CFCA (or 0xF0CFCA) is unknown color: approx Coral Candy. HEX triplet: F0, CF and CA. RGB value is (240,207,202). Sum of RGB (Red+Green+Blue) = 240+207+202=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFCA is #0F3035. Grayscale: #D8D8D8. Windows color (decimal): -995382 or 13291504. OLE color: 13291504.

HSL color Cylindrical-coordinate representation of color #F0CFCA: hue angle of 7.89º 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 #F0CFCA is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240207202-
CMYK00.140.160.06
HSL7.89º55.88%86.67%-
HSV(B)7.89º15.83%94.12%-
XYZ68.9167.4265.26-
YUV216.3119.93144.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.98%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=36.98%
G=31.90%
B=31.12%

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
Decimal24020720200.140.160.067.8955.8886.67
HexF0CFCA0E10683857
Octal3603173120162061070127
Binary111100001100111111001010011101000011010001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFCA; }

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

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

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

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

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

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

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

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