Html Css Color HEX #F0D4CC Coral Candy

📋 copy color: '#F0D4CC'

red 240 ◦ green 212 ◦ blue 204

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

Shades of Coral Candy #F0D4CC

Tints of Coral Candy #F0D4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.32%

 BLUE value IS 204 (80.08% from 255) = 31.1%

R = 36.59%
G = 32.32%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0D4CC (or 0xF0D4CC) is known color: Coral Candy. HEX triplet: F0, D4 and CC. RGB value is (240,212,204). Sum of RGB (Red+Green+Blue) = 240+212+204=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4CC is #0F2B33. Grayscale: #DBDBDB. Windows color (decimal): -994100 or 13423856. OLE color: 13423856.

HSL color Cylindrical-coordinate representation of color #F0D4CC: hue angle of 13.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0D4CC is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 212 204 -
CMYK 0 0.12 0.15 0.06
HSL 13.33º 0.55% 0.87% -
HSV(B) 13.33º 0.15% 0.94% -
XYZ 70.38 69.97 66.92 -
YUV 219.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 240 212 204 0 0.12 0.15 0.06 13.33 0.55 0.87
Hex F0 D4 CC 0 C F 6 D 37 57
Octal 360 324 314 0 14 17 6 15 67 127
Binary 11110000 11010100 11001100 0 1100 1111 110 1101 110111 1010111

Color Harmonies of #F0D4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D4CC

Black with #F0D4CC

Text Example


Text Example

White with #F0D4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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