#F0CDC7

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

Shades of Coral Candy #F0CDC7

Tints of Coral Candy #F0CDC7

Color information

#F0CDC7 (or 0xF0CDC7) is unknown color: approx Coral Candy. HEX triplet: F0, CD and C7. RGB value is (240,205,199). Sum of RGB (Red+Green+Blue) = 240+205+199=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDC7 is #0F3238. Grayscale: #D6D6D6. Windows color (decimal): -995897 or 13094384. OLE color: 13094384.

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

Color convert

RGB240205199-
CMYK00.150.170.06
HSL8.78º57.75%86.08%-
HSV(B)8.78º17.08%94.12%-
XYZ68.0866.3163.24-
YUV214.78119.1145.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.27%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 199 (78.12% from 255) = 30.90%
R=37.27%
G=31.83%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020519900.150.170.068.7857.7586.08
HexF0CDC70F11693a56
Octal3603153070172161172126
Binary111100001100110111000111011111000111010011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDC7; }

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

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

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

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

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

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

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

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