#FDF29C

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

Shades of Pale Prim #FDF29C

Tints of Pale Prim #FDF29C

Color information

#FDF29C (or 0xFDF29C) is unknown color: approx Pale Prim. HEX triplet: FD, F2 and 9C. RGB value is (253,242,156). Sum of RGB (Red+Green+Blue) = 253+242+156=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 156 (61.33% from 255 or 23.96% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF29C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF29C is #020D63. Grayscale: #EBEBEB. Windows color (decimal): -134500 or 10285821. OLE color: 10285821.

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

Color convert

RGB253242156-
CMYK00.040.380.01
HSL53.2º96.04%80.2%-
HSV(B)53.2º38.34%99.22%-
XYZ78.2686.7944.08-
YUV235.4883.14140.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 242 (94.92% from 255) = 37.17%
BLUE value IS 156 (61.33% from 255) = 23.96%
R=38.86%
G=37.17%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324215600.040.380.0153.296.0480.2
HexFDF29C04261356050
Octal3753622340446165140120
Binary1111110111110010100111000100100110111010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF29C; }

 p { color: rgb(253,242,156); }

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

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

 a { background-color: rgb(253,242,156); }

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

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

 span { border-color: rgb(253,242,156); }

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