#FAF69E

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

Shades of Pale Prim #FAF69E

Tints of Pale Prim #FAF69E

Color information

#FAF69E (or 0xFAF69E) is unknown color: approx Pale Prim. HEX triplet: FA, F6 and 9E. RGB value is (250,246,158). Sum of RGB (Red+Green+Blue) = 250+246+158=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 158 (62.11% from 255 or 24.16% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF69E is #050961. Grayscale: #EDEDED. Windows color (decimal): -330082 or 10417914. OLE color: 10417914.

HSL color Cylindrical-coordinate representation of color #FAF69E: hue angle of 57.39º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAF69E is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250246158-
CMYK00.020.370.02
HSL57.39º90.2%80%-
HSV(B)57.39º36.8%98.04%-
XYZ78.5588.745.33-
YUV237.1683.33137.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 246 (96.48% from 255) = 37.61%
BLUE value IS 158 (62.11% from 255) = 24.16%
R=38.23%
G=37.61%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024615800.020.370.0257.3990.280
HexFAF69E02252395a50
Octal3723662360245271132120
Binary1111101011110110100111100101001011011100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF69E; }

 p { color: rgb(250,246,158); }

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

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

 a { background-color: rgb(250,246,158); }

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

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

 span { border-color: rgb(250,246,158); }

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