Html Css Color HEX #FAE897 Picasso

📋 copy color: '#FAE897'

red 250 ◦ green 232 ◦ blue 151

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

Shades of Picasso #FAE897

Tints of Picasso #FAE897

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.65%

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

R = 39.49%
G = 36.65%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAE897 (or 0xFAE897) is known color: Picasso. HEX triplet: FA, E8 and 97. RGB value is (250,232,151). Sum of RGB (Red+Green+Blue) = 250+232+151=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 151 (59.38% from 255 or 23.85% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE897 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE897 is #051768. Grayscale: #E4E4E4. Windows color (decimal): -333673 or 9955578. OLE color: 9955578.

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

Color convert

RGB 250 232 151 -
CMYK 0 0.07 0.40 0.02
HSL 49.09º 0.91% 0.79% -
HSV(B) 49.09º 0.4% 0.98% -
XYZ 73.87 80.27 40.88 -
YUV 228.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 250 232 151 0 0.07 0.40 0.02 49.09 0.91 0.79
Hex FA E8 97 0 7 28 2 31 5B 4F
Octal 372 350 227 0 7 50 2 61 133 117
Binary 11111010 11101000 10010111 0 111 101000 10 110001 1011011 1001111

Color Harmonies of #FAE897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE897

Black with #FAE897

Text Example


Text Example

White with #FAE897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE897; }

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

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

background-color css

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

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

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

border-color css

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

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

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