#FAEEDB

Color #FAEEDB Island Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Island Spice #FAEEDB

Tints of Island Spice #FAEEDB

Color information

#FAEEDB (or 0xFAEEDB) is unknown color: approx Island Spice. HEX triplet: FA, EE and DB. RGB value is (250,238,219). Sum of RGB (Red+Green+Blue) = 250+238+219=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 219 (85.94% from 255 or 30.98% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEDB is #051124. Grayscale: #EFEFEF. Windows color (decimal): -332069 or 14413562. OLE color: 14413562.

HSL color Cylindrical-coordinate representation of color #FAEEDB: hue angle of 36.77º degrees, saturation: 0.76, 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 #FAEEDB is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250238219-
CMYK00.050.120.02
HSL36.77º75.61%91.96%-
HSV(B)36.77º12.4%98.04%-
XYZ82.7986.5979.37-
YUV239.42116.48135.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 238 (93.36% from 255) = 33.66%
BLUE value IS 219 (85.94% from 255) = 30.98%
R=35.36%
G=33.66%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023821900.050.120.0236.7775.6191.96
HexFAEEDB05C2254c5c
Octal3723563330514245114134
Binary111110101110111011011011010111001010010110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEDB; }

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

 H1.HeaderClassName
 {
   color: #FAEEDB;
 }
 .AnyTagClassName
 {
   color: #FAEEDB;
 }
</style>
background-color css

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

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

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

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

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

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