Html Css Color HEX #F0D4CE Coral Candy

📋 copy color: '#F0D4CE'

red 240 ◦ green 212 ◦ blue 206

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

Shades of Coral Candy #F0D4CE

Tints of Coral Candy #F0D4CE

RGB

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

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

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

R = 36.47%
G = 32.22%
B = 31.31%

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

#F0D4CE (or 0xF0D4CE) is known color: Coral Candy. HEX triplet: F0, D4 and CE. RGB value is (240,212,206). Sum of RGB (Red+Green+Blue) = 240+212+206=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4CE is #0F2B31. Grayscale: #DBDBDB. Windows color (decimal): -994098 or 13554928. OLE color: 13554928.

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

Color convert

RGB 240 212 206 -
CMYK 0 0.12 0.14 0.06
HSL 10.59º 0.53% 0.87% -
HSV(B) 10.59º 0.14% 0.94% -
XYZ 70.62 70.07 68.2 -
YUV 219.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 240 212 206 0 0.12 0.14 0.06 10.59 0.53 0.87
Hex F0 D4 CE 0 C E 6 B 35 57
Octal 360 324 316 0 14 16 6 13 65 127
Binary 11110000 11010100 11001110 0 1100 1110 110 1011 110101 1010111

Color Harmonies of #F0D4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D4CE

Black with #F0D4CE

Text Example


Text Example

White with #F0D4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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