#FDF79E

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

Shades of Pale Prim #FDF79E

Tints of Pale Prim #FDF79E

Color information

#FDF79E (or 0xFDF79E) is unknown color: approx Pale Prim. HEX triplet: FD, F7 and 9E. RGB value is (253,247,158). Sum of RGB (Red+Green+Blue) = 253+247+158=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 158 (62.11% from 255 or 24.01% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF79E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF79E is #020861. Grayscale: #EFEFEF. Windows color (decimal): -133218 or 10418173. OLE color: 10418173.

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

Color convert

RGB253247158-
CMYK00.020.380.01
HSL56.21º95.96%80.59%-
HSV(B)56.21º37.55%99.22%-
XYZ79.9489.8745.48-
YUV238.6582.49138.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.45%
GREEN value IS 247 (96.88% from 255) = 37.54%
BLUE value IS 158 (62.11% from 255) = 24.01%
R=38.45%
G=37.54%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324715800.020.380.0156.2195.9680.59
HexFDF79E02261386051
Octal3753672360246170140121
Binary111111011111011110011110010100110111100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF79E; }

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

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

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

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

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

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

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

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