#FFFA9E

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

Shades of Pale Prim #FFFA9E

Tints of Pale Prim #FFFA9E

Color information

#FFFA9E (or 0xFFFA9E) is unknown color: approx Pale Prim. HEX triplet: FF, FA and 9E. RGB value is (255,250,158). Sum of RGB (Red+Green+Blue) = 255+250+158=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 158 (62.11% from 255 or 23.83% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA9E is #000561. Grayscale: #F1F1F1. Windows color (decimal): -1378 or 10418943. OLE color: 10418943.

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

Color convert

RGB255250158-
CMYK00.020.380
HSL56.91º100%80.98%-
HSV(B)56.91º38.04%100%-
XYZ81.692.145.82-
YUV241.0181.16137.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 158 (62.11% from 255) = 23.83%
R=38.46%
G=37.71%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525015800.020.38056.9110080.98
HexFFFA9E02260396451
Octal3773722360246071144121
Binary111111111111101010011110010100110011100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFA9E; }

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

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

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

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

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

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

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

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