Html Css Color HEX #FAE892 Picasso

📋 copy color: '#FAE892'

red 250 ◦ green 232 ◦ blue 146

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

Shades of Picasso #FAE892

Tints of Picasso #FAE892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.25%

R = 39.81%
G = 36.94%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAE892 (or 0xFAE892) is known color: Picasso. HEX triplet: FA, E8 and 92. RGB value is (250,232,146). Sum of RGB (Red+Green+Blue) = 250+232+146=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 146 (57.42% from 255 or 23.25% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE892 is #05176D. Grayscale: #E3E3E3. Windows color (decimal): -333678 or 9627898. OLE color: 9627898.

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

Color convert

RGB 250 232 146 -
CMYK 0 0.07 0.42 0.02
HSL 49.62º 0.91% 0.78% -
HSV(B) 49.62º 0.42% 0.98% -
XYZ 73.47 80.11 38.79 -
YUV 227.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 250 232 146 0 0.07 0.42 0.02 49.62 0.91 0.78
Hex FA E8 92 0 7 2A 2 32 5B 4E
Octal 372 350 222 0 7 52 2 62 133 116
Binary 11111010 11101000 10010010 0 111 101010 10 110010 1011011 1001110

Color Harmonies of #FAE892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE892

Black with #FAE892

Text Example


Text Example

White with #FAE892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE892; }

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

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

background-color css

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

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

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

border-color css

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

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

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