#FDF49B

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

Shades of Pale Prim #FDF49B

Tints of Pale Prim #FDF49B

Color information

#FDF49B (or 0xFDF49B) is unknown color: approx Pale Prim. HEX triplet: FD, F4 and 9B. RGB value is (253,244,155). Sum of RGB (Red+Green+Blue) = 253+244+155=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 155 (60.94% from 255 or 23.77% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF49B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF49B is #020B64. Grayscale: #ECECEC. Windows color (decimal): -133989 or 10220797. OLE color: 10220797.

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

Color convert

RGB253244155-
CMYK00.040.390.01
HSL54.49º96.08%80%-
HSV(B)54.49º38.74%99.22%-
XYZ78.7887.9543.83-
YUV236.5481.98139.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 244 (95.70% from 255) = 37.42%
BLUE value IS 155 (60.94% from 255) = 23.77%
R=38.80%
G=37.42%
B=23.77%

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
Decimal25324415500.040.390.0154.4996.0880
HexFDF49B04271366050
Octal3753642330447166140120
Binary1111110111110100100110110100100111111011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF49B; }

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

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

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

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

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

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

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

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