#FDF29B

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

Shades of Pale Prim #FDF29B

Tints of Pale Prim #FDF29B

Color information

#FDF29B (or 0xFDF29B) is unknown color: approx Pale Prim. HEX triplet: FD, F2 and 9B. RGB value is (253,242,155). Sum of RGB (Red+Green+Blue) = 253+242+155=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 155 (60.94% from 255 or 23.85% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF29B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF29B is #020D64. Grayscale: #EBEBEB. Windows color (decimal): -134501 or 10220285. OLE color: 10220285.

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

Color convert

RGB253242155-
CMYK00.040.390.01
HSL53.27º96.08%80%-
HSV(B)53.27º38.74%99.22%-
XYZ78.1886.7543.64-
YUV235.3782.64140.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 242 (94.92% from 255) = 37.23%
BLUE value IS 155 (60.94% from 255) = 23.85%
R=38.92%
G=37.23%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324215500.040.390.0153.2796.0880
HexFDF29B04271356050
Octal3753622330447165140120
Binary1111110111110010100110110100100111111010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF29B; }

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

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

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

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

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

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

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

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