#FAEFDC

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

Shades of Island Spice #FAEFDC

Tints of Island Spice #FAEFDC

Color information

#FAEFDC (or 0xFAEFDC) is unknown color: approx Island Spice. HEX triplet: FA, EF and DC. RGB value is (250,239,220). Sum of RGB (Red+Green+Blue) = 250+239+220=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 220 (86.33% from 255 or 31.03% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFDC is #051023. Grayscale: #F0F0F0. Windows color (decimal): -331812 or 14479354. OLE color: 14479354.

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

Color convert

RGB250239220-
CMYK00.040.120.02
HSL38º75%92.16%-
HSV(B)38º12%98.04%-
XYZ83.2187.2280.16-
YUV240.12116.64135.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 239 (93.75% from 255) = 33.71%
BLUE value IS 220 (86.33% from 255) = 31.03%
R=35.26%
G=33.71%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023922000.040.120.02387592.16
HexFAEFDC04C2264b5c
Octal3723573340414246113134
Binary111110101110111111011100010011001010011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFDC; }

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

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

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

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

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

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

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

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