Html Css Color HEX #F0D2CE Coral Candy

📋 copy color: '#F0D2CE'

red 240 ◦ green 210 ◦ blue 206

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

Shades of Coral Candy #F0D2CE

Tints of Coral Candy #F0D2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.01%

 BLUE value IS 206 (80.86% from 255) = 31.4%

R = 36.59%
G = 32.01%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0D2CE (or 0xF0D2CE) is known color: Coral Candy. HEX triplet: F0, D2 and CE. RGB value is (240,210,206). Sum of RGB (Red+Green+Blue) = 240+210+206=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2CE is #0F2D31. Grayscale: #DADADA. Windows color (decimal): -994610 or 13554416. OLE color: 13554416.

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

Color convert

RGB 240 210 206 -
CMYK 0 0.12 0.14 0.06
HSL 7.06º 0.53% 0.87% -
HSV(B) 7.06º 0.14% 0.94% -
XYZ 70.12 69.07 68.03 -
YUV 218.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 240 210 206 0 0.12 0.14 0.06 7.06 0.53 0.87
Hex F0 D2 CE 0 C E 6 7 35 57
Octal 360 322 316 0 14 16 6 7 65 127
Binary 11110000 11010010 11001110 0 1100 1110 110 111 110101 1010111

Color Harmonies of #F0D2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D2CE

Black with #F0D2CE

Text Example


Text Example

White with #F0D2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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