#FAE0CD

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

Shades of Karry #FAE0CD

Tints of Karry #FAE0CD

Color information

#FAE0CD (or 0xFAE0CD) is unknown color: approx Karry. HEX triplet: FA, E0 and CD. RGB value is (250,224,205). Sum of RGB (Red+Green+Blue) = 250+224+205=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0CD is #051F32. Grayscale: #E5E5E5. Windows color (decimal): -335667 or 13492474. OLE color: 13492474.

HSL color Cylindrical-coordinate representation of color #FAE0CD: hue angle of 25.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAE0CD is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250224205-
CMYK00.100.180.02
HSL25.33º81.82%89.22%-
HSV(B)25.33º18%98.04%-
XYZ77.178.0468.76-
YUV229.61114.11142.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 224 (87.89% from 255) = 32.99%
BLUE value IS 205 (80.47% from 255) = 30.19%
R=36.82%
G=32.99%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022420500.100.180.0225.3381.8289.22
HexFAE0CD0A122195259
Octal37234031501222231122131
Binary1111101011100000110011010101010010101100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0CD; }

 p { color: rgb(250,224,205); }

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

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

 a { background-color: rgb(250,224,205); }

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

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

 span { border-color: rgb(250,224,205); }

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