Html Css Color HEX #F4EADC Island Spice

📋 copy color: '#F4EADC'

red 244 ◦ green 234 ◦ blue 220

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

Shades of Island Spice #F4EADC

Tints of Island Spice #F4EADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.52%

 BLUE value IS 220 (86.33% from 255) = 31.52%

R = 34.96%
G = 33.52%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F4EADC (or 0xF4EADC) is known color: Island Spice. HEX triplet: F4, EA and DC. RGB value is (244,234,220). Sum of RGB (Red+Green+Blue) = 244+234+220=698 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.96% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EADC is #0B1523. Grayscale: #EBEBEB. Windows color (decimal): -726308 or 14478068. OLE color: 14478068.

HSL color Cylindrical-coordinate representation of color #F4EADC: hue angle of 35º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4EADC is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 234 220 -
CMYK 0 0.04 0.10 0.04
HSL 35º 0.52% 0.91% -
HSV(B) 35º 0.1% 0.96% -
XYZ 79.65 83.25 79.58 -
YUV 235.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 244 234 220 0 0.04 0.10 0.04 35 0.52 0.91
Hex F4 EA DC 0 4 A 4 23 34 5B
Octal 364 352 334 0 4 12 4 43 64 133
Binary 11110100 11101010 11011100 0 100 1010 100 100011 110100 1011011

Color Harmonies of #F4EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4EADC

Black with #F4EADC

Text Example


Text Example

White with #F4EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4EADC; }

 p { color: rgb(244,234,220); }

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

background-color css

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

 a { background-color: rgb(244,234,220); }

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

border-color css

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

 span { border-color: rgb(244,234,220); }

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