#F0CEC7

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

Shades of Coral Candy #F0CEC7

Tints of Coral Candy #F0CEC7

Color information

#F0CEC7 (or 0xF0CEC7) is unknown color: approx Coral Candy. HEX triplet: F0, CE and C7. RGB value is (240,206,199). Sum of RGB (Red+Green+Blue) = 240+206+199=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEC7 is #0F3138. Grayscale: #D7D7D7. Windows color (decimal): -995641 or 13094640. OLE color: 13094640.

HSL color Cylindrical-coordinate representation of color #F0CEC7: hue angle of 10.24º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0CEC7 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB240206199-
CMYK00.140.170.06
HSL10.24º57.75%86.08%-
HSV(B)10.24º17.08%94.12%-
XYZ68.3266.7963.32-
YUV215.37118.76145.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 199 (78.12% from 255) = 30.85%
R=37.21%
G=31.94%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020619900.140.170.0610.2457.7586.08
HexF0CEC70E116a3a56
Octal3603163070162161272126
Binary111100001100111011000111011101000111010101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEC7; }

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

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

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

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

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

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

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

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