Html Css Color HEX #FAEDDA Island Spice

📋 copy color: '#FAEDDA'

red 250 ◦ green 237 ◦ blue 218

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

Shades of Island Spice #FAEDDA

Tints of Island Spice #FAEDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.92%

R = 35.46%
G = 33.62%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAEDDA (or 0xFAEDDA) is known color: Island Spice. HEX triplet: FA, ED and DA. RGB value is (250,237,218). Sum of RGB (Red+Green+Blue) = 250+237+218=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 218 (85.55% from 255 or 30.92% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDDA is #051225. Grayscale: #EEEEEE. Windows color (decimal): -332326 or 14347770. OLE color: 14347770.

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

Color convert

RGB 250 237 218 -
CMYK 0 0.05 0.13 0.02
HSL 35.63º 0.76% 0.92% -
HSV(B) 35.63º 0.13% 0.98% -
XYZ 82.36 85.95 78.58 -
YUV 238.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 250 237 218 0 0.05 0.13 0.02 35.63 0.76 0.92
Hex FA ED DA 0 5 D 2 24 4C 5C
Octal 372 355 332 0 5 15 2 44 114 134
Binary 11111010 11101101 11011010 0 101 1101 10 100100 1001100 1011100

Color Harmonies of #FAEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDDA

Black with #FAEDDA

Text Example


Text Example

White with #FAEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDDA; }

 p { color: rgb(250,237,218); }

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

background-color css

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

 a { background-color: rgb(250,237,218); }

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

border-color css

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

 span { border-color: rgb(250,237,218); }

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