#FAF69D

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

Shades of Pale Prim #FAF69D

Tints of Pale Prim #FAF69D

Color information

#FAF69D (or 0xFAF69D) is unknown color: approx Pale Prim. HEX triplet: FA, F6 and 9D. RGB value is (250,246,157). Sum of RGB (Red+Green+Blue) = 250+246+157=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 157 (61.72% from 255 or 24.04% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF69D is #050962. Grayscale: #EDEDED. Windows color (decimal): -330083 or 10352378. OLE color: 10352378.

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

Color convert

RGB250246157-
CMYK00.020.370.02
HSL57.42º90.29%79.8%-
HSV(B)57.42º37.2%98.04%-
XYZ78.4788.6744.88-
YUV237.0582.83137.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 246 (96.48% from 255) = 37.67%
BLUE value IS 157 (61.72% from 255) = 24.04%
R=38.28%
G=37.67%
B=24.04%

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
Decimal25024615700.020.370.0257.4290.2979.8
HexFAF69D02252395a50
Octal3723662350245271132120
Binary1111101011110110100111010101001011011100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF69D; }

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

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

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

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

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

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

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

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