Html Css Color HEX #F0CCC8 Coral Candy

📋 copy color: '#F0CCC8'

red 240 ◦ green 204 ◦ blue 200

#F0CCC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Candy #F0CCC8

Tints of Coral Candy #F0CCC8

RGB

 RED value IS 240 (94.14% from 255) = 37.27%

 GREEN value IS 204 (80.08% from 255) = 31.68%

 BLUE value IS 200 (78.52% from 255) = 31.06%

R = 37.27%
G = 31.68%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0CCC8 (or 0xF0CCC8) is known color: Coral Candy. HEX triplet: F0, CC and C8. RGB value is (240,204,200). Sum of RGB (Red+Green+Blue) = 240+204+200=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCC8 is #0F3337. Grayscale: #D6D6D6. Windows color (decimal): -996152 or 13159664. OLE color: 13159664.

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

Color convert

RGB 240 204 200 -
CMYK 0 0.15 0.17 0.06
HSL 0.57% 0.86% -
HSV(B) 0.17% 0.94% -
XYZ 67.95 65.88 63.78 -
YUV 214.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 240 204 200 0 0.15 0.17 0.06 6 0.57 0.86
Hex F0 CC C8 0 F 11 6 6 39 56
Octal 360 314 310 0 17 21 6 6 71 126
Binary 11110000 11001100 11001000 0 1111 10001 110 110 111001 1010110

Color Harmonies of #F0CCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCC8

Black with #F0CCC8

Text Example


Text Example

White with #F0CCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCC8; }

 p { color: rgb(240,204,200); }

 H1.HeaderClassName
 {
   color: #F0CCC8;
 }
 .AnyTagClassName
 {
   color: #F0CCC8;
 }
</style>

background-color css

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

 a { background-color: rgb(240,204,200); }

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

border-color css

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

 span { border-color: rgb(240,204,200); }

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