#FBF89C

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

Shades of Pale Prim #FBF89C

Tints of Pale Prim #FBF89C

Color information

#FBF89C (or 0xFBF89C) is unknown color: approx Pale Prim. HEX triplet: FB, F8 and 9C. RGB value is (251,248,156). Sum of RGB (Red+Green+Blue) = 251+248+156=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 156 (61.33% from 255 or 23.82% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF89C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF89C is #040763. Grayscale: #EEEEEE. Windows color (decimal): -264036 or 10287355. OLE color: 10287355.

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

Color convert

RGB251248156-
CMYK00.010.380.02
HSL58.11º92.23%79.8%-
HSV(B)58.11º37.85%98.43%-
XYZ79.3590.0444.65-
YUV238.4181.49136.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 248 (97.27% from 255) = 37.86%
BLUE value IS 156 (61.33% from 255) = 23.82%
R=38.32%
G=37.86%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124815600.010.380.0258.1192.2379.8
HexFBF89C012623a5c50
Octal3733702340146272134120
Binary111110111111100010011100011001101011101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF89C; }

 p { color: rgb(251,248,156); }

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

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

 a { background-color: rgb(251,248,156); }

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

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

 span { border-color: rgb(251,248,156); }

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