#FBEF98

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

Shades of Picasso #FBEF98

Tints of Picasso #FBEF98

Color information

#FBEF98 (or 0xFBEF98) is unknown color: approx Picasso. HEX triplet: FB, EF and 98. RGB value is (251,239,152). Sum of RGB (Red+Green+Blue) = 251+239+152=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 152 (59.77% from 255 or 23.68% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEF98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEF98 is #041067. Grayscale: #E9E9E9. Windows color (decimal): -266344 or 10022907. OLE color: 10022907.

HSL color Cylindrical-coordinate representation of color #FBEF98: hue angle of 52.73º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBEF98 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251239152-
CMYK00.050.390.02
HSL52.73º92.52%79.02%-
HSV(B)52.73º39.44%98.43%-
XYZ76.3284.5142-
YUV232.6782.48141.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.10%
GREEN value IS 239 (93.75% from 255) = 37.23%
BLUE value IS 152 (59.77% from 255) = 23.68%
R=39.10%
G=37.23%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123915200.050.390.0252.7392.5279.02
HexFBEF9805272355d4f
Octal3733572300547265135117
Binary11111011111011111001100001011001111011010110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEF98; }

 p { color: rgb(251,239,152); }

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

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

 a { background-color: rgb(251,239,152); }

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

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

 span { border-color: rgb(251,239,152); }

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