#FBF19F

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

Shades of Pale Prim #FBF19F

Tints of Pale Prim #FBF19F

Color information

#FBF19F (or 0xFBF19F) is unknown color: approx Pale Prim. HEX triplet: FB, F1 and 9F. RGB value is (251,241,159). Sum of RGB (Red+Green+Blue) = 251+241+159=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 159 (62.5% from 255 or 24.42% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF19F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF19F is #040E60. Grayscale: #EAEAEA. Windows color (decimal): -265825 or 10482171. OLE color: 10482171.

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

Color convert

RGB251241159-
CMYK00.040.370.02
HSL53.48º92%80.39%-
HSV(B)53.48º36.65%98.43%-
XYZ77.585.9245.3-
YUV234.6485.31139.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 241 (94.53% from 255) = 37.02%
BLUE value IS 159 (62.5% from 255) = 24.42%
R=38.56%
G=37.02%
B=24.42%

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
Decimal25124115900.040.370.0253.489280.39
HexFBF19F04252355c50
Octal3733612370445265134120
Binary11111011111100011001111101001001011011010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF19F; }

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

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

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

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

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

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

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

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