Html Css Color HEX #FAEA97 Picasso

📋 copy color: '#FAEA97'

red 250 ◦ green 234 ◦ blue 151

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

Shades of Picasso #FAEA97

Tints of Picasso #FAEA97

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.85%

 BLUE value IS 151 (59.38% from 255) = 23.78%

R = 39.37%
G = 36.85%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAEA97 (or 0xFAEA97) is known color: Picasso. HEX triplet: FA, EA and 97. RGB value is (250,234,151). Sum of RGB (Red+Green+Blue) = 250+234+151=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 151 (59.38% from 255 or 23.78% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA97 is #051568. Grayscale: #E5E5E5. Windows color (decimal): -333161 or 9956090. OLE color: 9956090.

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

Color convert

RGB 250 234 151 -
CMYK 0 0.06 0.40 0.02
HSL 50.3º 0.91% 0.79% -
HSV(B) 50.3º 0.4% 0.98% -
XYZ 74.43 81.4 41.07 -
YUV 229.32 83.8 142.75 -
System Red Green Blue C M Y K H S L
Decimal 250 234 151 0 0.06 0.40 0.02 50.3 0.91 0.79
Hex FA EA 97 0 6 28 2 32 5B 4F
Octal 372 352 227 0 6 50 2 62 133 117
Binary 11111010 11101010 10010111 0 110 101000 10 110010 1011011 1001111

Color Harmonies of #FAEA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA97

Black with #FAEA97

Text Example


Text Example

White with #FAEA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA97; }

 p { color: rgb(250,234,151); }

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

background-color css

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

 a { background-color: rgb(250,234,151); }

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

border-color css

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

 span { border-color: rgb(250,234,151); }

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