#FAF99A

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

Shades of Pale Prim #FAF99A

Tints of Pale Prim #FAF99A

Color information

#FAF99A (or 0xFAF99A) is unknown color: approx Pale Prim. HEX triplet: FA, F9 and 9A. RGB value is (250,249,154). Sum of RGB (Red+Green+Blue) = 250+249+154=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 154 (60.55% from 255 or 23.58% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF99A is #050665. Grayscale: #EEEEEE. Windows color (decimal): -329318 or 10156538. OLE color: 10156538.

HSL color Cylindrical-coordinate representation of color #FAF99A: hue angle of 59.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAF99A is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250249154-
CMYK00.000.380.02
HSL59.38º90.57%79.22%-
HSV(B)59.38º38.4%98.04%-
XYZ79.1390.4143.85-
YUV238.4780.33136.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 154 (60.55% from 255) = 23.58%
R=38.28%
G=38.13%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024915400.000.380.0259.3890.5779.22
HexFAF99A002623b5b4f
Octal3723712320046273133117
Binary111110101111100110011010001001101011101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF99A; }

 p { color: rgb(250,249,154); }

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

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

 a { background-color: rgb(250,249,154); }

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

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

 span { border-color: rgb(250,249,154); }

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