Html Css Color HEX #F0E5D3 Quarter Spanish White

📋 copy color: '#F0E5D3'

red 240 ◦ green 229 ◦ blue 211

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

Shades of Quarter Spanish White #F0E5D3

Tints of Quarter Spanish White #F0E5D3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.68%

 BLUE value IS 211 (82.81% from 255) = 31.03%

R = 35.29%
G = 33.68%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F0E5D3 (or 0xF0E5D3) is known color: Quarter Spanish White. HEX triplet: F0, E5 and D3. RGB value is (240,229,211). Sum of RGB (Red+Green+Blue) = 240+229+211=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 211 (82.81% from 255 or 31.03% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5D3 is #0F1A2C. Grayscale: #E6E6E6. Windows color (decimal): -989741 or 13886960. OLE color: 13886960.

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

Color convert

RGB 240 229 211 -
CMYK 0 0.05 0.12 0.06
HSL 37.24º 0.49% 0.88% -
HSV(B) 37.24º 0.12% 0.94% -
XYZ 75.71 79.27 72.94 -
YUV 230.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 240 229 211 0 0.05 0.12 0.06 37.24 0.49 0.88
Hex F0 E5 D3 0 5 C 6 25 31 58
Octal 360 345 323 0 5 14 6 45 61 130
Binary 11110000 11100101 11010011 0 101 1100 110 100101 110001 1011000

Color Harmonies of #F0E5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E5D3

Black with #F0E5D3

Text Example


Text Example

White with #F0E5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E5D3; }

 p { color: rgb(240,229,211); }

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

background-color css

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

 a { background-color: rgb(240,229,211); }

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

border-color css

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

 span { border-color: rgb(240,229,211); }

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