Html Css Color HEX #FBE994 Picasso

📋 copy color: '#FBE994'

red 251 ◦ green 233 ◦ blue 148

#FBE994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picasso #FBE994

Tints of Picasso #FBE994

RGB

 RED value IS 251 (98.44% from 255) = 39.72%

 GREEN value IS 233 (91.41% from 255) = 36.87%

 BLUE value IS 148 (58.2% from 255) = 23.42%

R = 39.72%
G = 36.87%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBE994 (or 0xFBE994) is known color: Picasso. HEX triplet: FB, E9 and 94. RGB value is (251,233,148). Sum of RGB (Red+Green+Blue) = 251+233+148=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 148 (58.20% from 255 or 23.42% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE994 is #04166B. Grayscale: #E5E5E5. Windows color (decimal): -267884 or 9759227. OLE color: 9759227.

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

Color convert

RGB 251 233 148 -
CMYK 0 0.07 0.41 0.02
HSL 49.51º 0.93% 0.78% -
HSV(B) 49.51º 0.41% 0.98% -
XYZ 74.27 80.93 39.72 -
YUV 228.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 251 233 148 0 0.07 0.41 0.02 49.51 0.93 0.78
Hex FB E9 94 0 7 29 2 32 5D 4E
Octal 373 351 224 0 7 51 2 62 135 116
Binary 11111011 11101001 10010100 0 111 101001 10 110010 1011101 1001110

Color Harmonies of #FBE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE994

Black with #FBE994

Text Example


Text Example

White with #FBE994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE994; }

 p { color: rgb(251,233,148); }

 H1.HeaderClassName
 {
   color: #FBE994;
 }
 .AnyTagClassName
 {
   color: #FBE994;
 }
</style>

background-color css

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

 a { background-color: rgb(251,233,148); }

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

border-color css

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

 span { border-color: rgb(251,233,148); }

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