Html Css Color HEX #F0D4CD Coral Candy

📋 copy color: '#F0D4CD'

red 240 ◦ green 212 ◦ blue 205

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

Shades of Coral Candy #F0D4CD

Tints of Coral Candy #F0D4CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.2%

R = 36.53%
G = 32.27%
B = 31.2%

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

#F0D4CD (or 0xF0D4CD) is known color: Coral Candy. HEX triplet: F0, D4 and CD. RGB value is (240,212,205). Sum of RGB (Red+Green+Blue) = 240+212+205=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4CD is #0F2B32. Grayscale: #DBDBDB. Windows color (decimal): -994099 or 13489392. OLE color: 13489392.

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

Color convert

RGB 240 212 205 -
CMYK 0 0.12 0.15 0.06
HSL 12º 0.54% 0.87% -
HSV(B) 12º 0.15% 0.94% -
XYZ 70.5 70.02 67.56 -
YUV 219.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 240 212 205 0 0.12 0.15 0.06 12 0.54 0.87
Hex F0 D4 CD 0 C F 6 C 36 57
Octal 360 324 315 0 14 17 6 14 66 127
Binary 11110000 11010100 11001101 0 1100 1111 110 1100 110110 1010111

Color Harmonies of #F0D4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D4CD

Black with #F0D4CD

Text Example


Text Example

White with #F0D4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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