#F2CEC7

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

Shades of Coral Candy #F2CEC7

Tints of Coral Candy #F2CEC7

Color information

#F2CEC7 (or 0xF2CEC7) is unknown color: approx Coral Candy. HEX triplet: F2, CE and C7. RGB value is (242,206,199). Sum of RGB (Red+Green+Blue) = 242+206+199=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 199 (78.12% from 255 or 30.76% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEC7 is #0D3138. Grayscale: #D8D8D8. Windows color (decimal): -864569 or 13094642. OLE color: 13094642.

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

Color convert

RGB242206199-
CMYK00.150.180.05
HSL9.77º62.32%86.47%-
HSV(B)9.77º17.77%94.9%-
XYZ6967.1463.36-
YUV215.97118.43146.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.40%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 199 (78.12% from 255) = 30.76%
R=37.40%
G=31.84%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220619900.150.180.059.7762.3286.47
HexF2CEC70F125a3e56
Octal3623163070172251276126
Binary111100101100111011000111011111001010110101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEC7; }

 p { color: rgb(242,206,199); }

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

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

 a { background-color: rgb(242,206,199); }

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

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

 span { border-color: rgb(242,206,199); }

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