#FBF29B

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

Shades of Pale Prim #FBF29B

Tints of Pale Prim #FBF29B

Color information

#FBF29B (or 0xFBF29B) is unknown color: approx Pale Prim. HEX triplet: FB, F2 and 9B. RGB value is (251,242,155). Sum of RGB (Red+Green+Blue) = 251+242+155=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 155 (60.94% from 255 or 23.92% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF29B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF29B is #040D64. Grayscale: #EBEBEB. Windows color (decimal): -265573 or 10220283. OLE color: 10220283.

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

Color convert

RGB251242155-
CMYK00.040.380.02
HSL54.38º92.31%79.61%-
HSV(B)54.38º38.25%98.43%-
XYZ77.4586.3843.6-
YUV234.7782.98139.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.73%
GREEN value IS 242 (94.92% from 255) = 37.35%
BLUE value IS 155 (60.94% from 255) = 23.92%
R=38.73%
G=37.35%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124215500.040.380.0254.3892.3179.61
HexFBF29B04262365c50
Octal3733622330446266134120
Binary11111011111100101001101101001001101011011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF29B; }

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

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

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

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

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

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

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

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