Html Css Color HEX #F4EDE0 Island Spice

📋 copy color: '#F4EDE0'

red 244 ◦ green 237 ◦ blue 224

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

Shades of Island Spice #F4EDE0

Tints of Island Spice #F4EDE0

RGB

 RED value IS 244 (95.7% from 255) = 34.61%

 GREEN value IS 237 (92.97% from 255) = 33.62%

 BLUE value IS 224 (87.89% from 255) = 31.77%

R = 34.61%
G = 33.62%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F4EDE0 (or 0xF4EDE0) is known color: Island Spice. HEX triplet: F4, ED and E0. RGB value is (244,237,224). Sum of RGB (Red+Green+Blue) = 244+237+224=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 224 (87.89% from 255 or 31.77% from 705); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EDE0 is #0B121F. Grayscale: #EDEDED. Windows color (decimal): -725536 or 14740980. OLE color: 14740980.

HSL color Cylindrical-coordinate representation of color #F4EDE0: hue angle of 39º degrees, saturation: 0.48, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F4EDE0 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 237 224 -
CMYK 0 0.03 0.08 0.04
HSL 39º 0.48% 0.92% -
HSV(B) 39º 0.08% 0.96% -
XYZ 81.05 85.18 82.69 -
YUV 237.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 244 237 224 0 0.03 0.08 0.04 39 0.48 0.92
Hex F4 ED E0 0 3 8 4 27 30 5C
Octal 364 355 340 0 3 10 4 47 60 134
Binary 11110100 11101101 11100000 0 11 1000 100 100111 110000 1011100

Color Harmonies of #F4EDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4EDE0

Black with #F4EDE0

Text Example


Text Example

White with #F4EDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4EDE0; }

 p { color: rgb(244,237,224); }

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

background-color css

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

 a { background-color: rgb(244,237,224); }

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

border-color css

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

 span { border-color: rgb(244,237,224); }

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