#FBF39E

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

Shades of Pale Prim #FBF39E

Tints of Pale Prim #FBF39E

Color information

#FBF39E (or 0xFBF39E) is unknown color: approx Pale Prim. HEX triplet: FB, F3 and 9E. RGB value is (251,243,158). Sum of RGB (Red+Green+Blue) = 251+243+158=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 158 (62.11% from 255 or 24.23% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF39E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF39E is #040C61. Grayscale: #ECECEC. Windows color (decimal): -265314 or 10417147. OLE color: 10417147.

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

Color convert

RGB251243158-
CMYK00.030.370.02
HSL54.84º92.08%80.2%-
HSV(B)54.84º37.05%98.43%-
XYZ78.0187.0845.04-
YUV235.784.15138.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 243 (95.31% from 255) = 37.27%
BLUE value IS 158 (62.11% from 255) = 24.23%
R=38.50%
G=37.27%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124315800.030.370.0254.8492.0880.2
HexFBF39E03252375c50
Octal3733632360345267134120
Binary1111101111110011100111100111001011011011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF39E; }

 p { color: rgb(251,243,158); }

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

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

 a { background-color: rgb(251,243,158); }

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

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

 span { border-color: rgb(251,243,158); }

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