Html Css Color HEX #FAEB90 Picasso

📋 copy color: '#FAEB90'

red 250 ◦ green 235 ◦ blue 144

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

Shades of Picasso #FAEB90

Tints of Picasso #FAEB90

RGB

 RED value IS 250 (98.05% from 255) = 39.75%

 GREEN value IS 235 (92.19% from 255) = 37.36%

 BLUE value IS 144 (56.64% from 255) = 22.89%

R = 39.75%
G = 37.36%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAEB90 (or 0xFAEB90) is known color: Picasso. HEX triplet: FA, EB and 90. RGB value is (250,235,144). Sum of RGB (Red+Green+Blue) = 250+235+144=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 144 (56.64% from 255 or 22.89% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEB90 is #05146F. Grayscale: #E5E5E5. Windows color (decimal): -332912 or 9497594. OLE color: 9497594.

HSL color Cylindrical-coordinate representation of color #FAEB90: hue angle of 51.51º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAEB90 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 235 144 -
CMYK 0 0.06 0.42 0.02
HSL 51.51º 0.91% 0.77% -
HSV(B) 51.51º 0.42% 0.98% -
XYZ 74.17 81.75 38.26 -
YUV 229.11 79.97 142.9 -
System Red Green Blue C M Y K H S L
Decimal 250 235 144 0 0.06 0.42 0.02 51.51 0.91 0.77
Hex FA EB 90 0 6 2A 2 34 5B 4D
Octal 372 353 220 0 6 52 2 64 133 115
Binary 11111010 11101011 10010000 0 110 101010 10 110100 1011011 1001101

Color Harmonies of #FAEB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB90

Black with #FAEB90

Text Example


Text Example

White with #FAEB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB90; }

 p { color: rgb(250,235,144); }

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

background-color css

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

 a { background-color: rgb(250,235,144); }

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

border-color css

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

 span { border-color: rgb(250,235,144); }

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