#F2CFC8

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

Shades of Coral Candy #F2CFC8

Tints of Coral Candy #F2CFC8

Color information

#F2CFC8 (or 0xF2CFC8) is unknown color: approx Coral Candy. HEX triplet: F2, CF and C8. RGB value is (242,207,200). Sum of RGB (Red+Green+Blue) = 242+207+200=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 200 (78.52% from 255 or 30.82% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFC8 is #0D3037. Grayscale: #D8D8D8. Windows color (decimal): -864312 or 13160434. OLE color: 13160434.

HSL color Cylindrical-coordinate representation of color #F2CFC8: hue angle of 10º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CFC8 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242207200-
CMYK00.140.170.05
HSL10º61.76%86.67%-
HSV(B)10º17.36%94.9%-
XYZ69.3667.6764.05-
YUV216.67118.6146.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.29%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 200 (78.52% from 255) = 30.82%
R=37.29%
G=31.90%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220720000.140.170.051061.7686.67
HexF2CFC80E115a3e57
Octal3623173100162151276127
Binary111100101100111111001000011101000110110101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFC8; }

 p { color: rgb(242,207,200); }

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

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

 a { background-color: rgb(242,207,200); }

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

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

 span { border-color: rgb(242,207,200); }

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