Html Css Color HEX #F0D1CB Coral Candy

📋 copy color: '#F0D1CB'

red 240 ◦ green 209 ◦ blue 203

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

Shades of Coral Candy #F0D1CB

Tints of Coral Candy #F0D1CB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.06%

 BLUE value IS 203 (79.69% from 255) = 31.13%

R = 36.81%
G = 32.06%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0D1CB (or 0xF0D1CB) is known color: Coral Candy. HEX triplet: F0, D1 and CB. RGB value is (240,209,203). Sum of RGB (Red+Green+Blue) = 240+209+203=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1CB is #0F2E34. Grayscale: #D9D9D9. Windows color (decimal): -994869 or 13357552. OLE color: 13357552.

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

Color convert

RGB 240 209 203 -
CMYK 0 0.13 0.15 0.06
HSL 9.73º 0.55% 0.87% -
HSV(B) 9.73º 0.15% 0.94% -
XYZ 69.52 68.44 66.05 -
YUV 217.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 240 209 203 0 0.13 0.15 0.06 9.73 0.55 0.87
Hex F0 D1 CB 0 D F 6 A 37 57
Octal 360 321 313 0 15 17 6 12 67 127
Binary 11110000 11010001 11001011 0 1101 1111 110 1010 110111 1010111

Color Harmonies of #F0D1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D1CB

Black with #F0D1CB

Text Example


Text Example

White with #F0D1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D1CB; }

 p { color: rgb(240,209,203); }

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

background-color css

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

 a { background-color: rgb(240,209,203); }

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

border-color css

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

 span { border-color: rgb(240,209,203); }

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