#FAEFDE

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

Shades of Island Spice #FAEFDE

Tints of Island Spice #FAEFDE

Color information

#FAEFDE (or 0xFAEFDE) is unknown color: approx Island Spice. HEX triplet: FA, EF and DE. RGB value is (250,239,222). Sum of RGB (Red+Green+Blue) = 250+239+222=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 222 (87.11% from 255 or 31.22% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFDE is #051021. Grayscale: #F0F0F0. Windows color (decimal): -331810 or 14610426. OLE color: 14610426.

HSL color Cylindrical-coordinate representation of color #FAEFDE: hue angle of 36.43º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAEFDE is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250239222-
CMYK00.040.110.02
HSL36.43º73.68%92.55%-
HSV(B)36.43º11.2%98.04%-
XYZ83.4887.3381.56-
YUV240.35117.64134.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 239 (93.75% from 255) = 33.61%
BLUE value IS 222 (87.11% from 255) = 31.22%
R=35.16%
G=33.61%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023922200.040.110.0236.4373.6892.55
HexFAEFDE04B2244a5d
Octal3723573360413244112135
Binary111110101110111111011110010010111010010010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFDE; }

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

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

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

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

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

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

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

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