Html Css Color HEX #FAEEDC Island Spice

📋 copy color: '#FAEEDC'

red 250 ◦ green 238 ◦ blue 220

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

Shades of Island Spice #FAEEDC

Tints of Island Spice #FAEEDC

RGB

 RED value IS 250 (98.05% from 255) = 35.31%

 GREEN value IS 238 (93.36% from 255) = 33.62%

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

R = 35.31%
G = 33.62%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAEEDC (or 0xFAEEDC) is known color: Island Spice. HEX triplet: FA, EE and DC. RGB value is (250,238,220). Sum of RGB (Red+Green+Blue) = 250+238+220=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEDC is #051123. Grayscale: #EFEFEF. Windows color (decimal): -332068 or 14479098. OLE color: 14479098.

HSL color Cylindrical-coordinate representation of color #FAEEDC: hue angle of 36º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAEEDC is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 238 220 -
CMYK 0 0.05 0.12 0.02
HSL 36º 0.75% 0.92% -
HSV(B) 36º 0.12% 0.98% -
XYZ 82.92 86.64 80.06 -
YUV 239.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 250 238 220 0 0.05 0.12 0.02 36 0.75 0.92
Hex FA EE DC 0 5 C 2 24 4B 5C
Octal 372 356 334 0 5 14 2 44 113 134
Binary 11111010 11101110 11011100 0 101 1100 10 100100 1001011 1011100

Color Harmonies of #FAEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEDC

Black with #FAEEDC

Text Example


Text Example

White with #FAEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEDC; }

 p { color: rgb(250,238,220); }

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

background-color css

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

 a { background-color: rgb(250,238,220); }

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

border-color css

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

 span { border-color: rgb(250,238,220); }

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