#FAEFA5

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

Shades of Pale Prim #FAEFA5

Tints of Pale Prim #FAEFA5

Color information

#FAEFA5 (or 0xFAEFA5) is unknown color: approx Pale Prim. HEX triplet: FA, EF and A5. RGB value is (250,239,165). Sum of RGB (Red+Green+Blue) = 250+239+165=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 165 (64.84% from 255 or 25.23% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEFA5 is #05105A. Grayscale: #EAEAEA. Windows color (decimal): -331867 or 10874874. OLE color: 10874874.

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

Color convert

RGB250239165-
CMYK00.040.340.02
HSL52.24º89.47%81.37%-
HSV(B)52.24º34%98.04%-
XYZ77.0884.7747.9-
YUV233.8589.14139.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 165 (64.84% from 255) = 25.23%
R=38.23%
G=36.54%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023916500.040.340.0252.2489.4781.37
HexFAEFA504222345951
Octal3723572450442264131121
Binary11111010111011111010010101001000101011010010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFA5; }

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

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

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

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

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

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

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

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