#FBF29F

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

Shades of Pale Prim #FBF29F

Tints of Pale Prim #FBF29F

Color information

#FBF29F (or 0xFBF29F) is unknown color: approx Pale Prim. HEX triplet: FB, F2 and 9F. RGB value is (251,242,159). Sum of RGB (Red+Green+Blue) = 251+242+159=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 159 (62.5% from 255 or 24.39% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF29F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF29F is #040D60. Grayscale: #EBEBEB. Windows color (decimal): -265569 or 10482427. OLE color: 10482427.

HSL color Cylindrical-coordinate representation of color #FBF29F: hue angle of 54.13º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBF29F is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB251242159-
CMYK00.040.370.02
HSL54.13º92%80.39%-
HSV(B)54.13º36.65%98.43%-
XYZ77.7986.5245.4-
YUV235.2384.98139.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 242 (94.92% from 255) = 37.12%
BLUE value IS 159 (62.5% from 255) = 24.39%
R=38.50%
G=37.12%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124215900.040.370.0254.139280.39
HexFBF29F04252365c50
Octal3733622370445266134120
Binary11111011111100101001111101001001011011011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF29F; }

 p { color: rgb(251,242,159); }

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

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

 a { background-color: rgb(251,242,159); }

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

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

 span { border-color: rgb(251,242,159); }

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