Html Css Color HEX #FAEA90 Picasso

📋 copy color: '#FAEA90'

red 250 ◦ green 234 ◦ blue 144

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

Shades of Picasso #FAEA90

Tints of Picasso #FAEA90

RGB

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

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

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

R = 39.81%
G = 37.26%
B = 22.93%

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

#FAEA90 (or 0xFAEA90) is known color: Picasso. HEX triplet: FA, EA and 90. RGB value is (250,234,144). Sum of RGB (Red+Green+Blue) = 250+234+144=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 144 (56.64% from 255 or 22.93% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA90 is #05156F. Grayscale: #E4E4E4. Windows color (decimal): -333168 or 9497338. OLE color: 9497338.

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

Color convert

RGB 250 234 144 -
CMYK 0 0.06 0.42 0.02
HSL 50.94º 0.91% 0.77% -
HSV(B) 50.94º 0.42% 0.98% -
XYZ 73.88 81.18 38.16 -
YUV 228.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 250 234 144 0 0.06 0.42 0.02 50.94 0.91 0.77
Hex FA EA 90 0 6 2A 2 33 5B 4D
Octal 372 352 220 0 6 52 2 63 133 115
Binary 11111010 11101010 10010000 0 110 101010 10 110011 1011011 1001101

Color Harmonies of #FAEA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA90

Black with #FAEA90

Text Example


Text Example

White with #FAEA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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