#FDFA9E

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

Shades of Pale Prim #FDFA9E

Tints of Pale Prim #FDFA9E

Color information

#FDFA9E (or 0xFDFA9E) is unknown color: approx Pale Prim. HEX triplet: FD, FA and 9E. RGB value is (253,250,158). Sum of RGB (Red+Green+Blue) = 253+250+158=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 158 (62.11% from 255 or 23.90% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFA9E is #020561. Grayscale: #F0F0F0. Windows color (decimal): -132450 or 10418941. OLE color: 10418941.

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

Color convert

RGB253250158-
CMYK00.010.380.01
HSL58.11º95.96%80.59%-
HSV(B)58.11º37.55%99.22%-
XYZ80.8791.7245.79-
YUV240.4181.49136.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.28%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 158 (62.11% from 255) = 23.90%
R=38.28%
G=37.82%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325015800.010.380.0158.1195.9680.59
HexFDFA9E012613a6051
Octal3753722360146172140121
Binary11111101111110101001111001100110111101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA9E; }

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

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

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

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

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

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

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

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