Html Css Color HEX #FAED8E Picasso

📋 copy color: '#FAED8E'

red 250 ◦ green 237 ◦ blue 142

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

Shades of Picasso #FAED8E

Tints of Picasso #FAED8E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.68%

 BLUE value IS 142 (55.86% from 255) = 22.58%

R = 39.75%
G = 37.68%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAED8E (or 0xFAED8E) is known color: Picasso. HEX triplet: FA, ED and 8E. RGB value is (250,237,142). Sum of RGB (Red+Green+Blue) = 250+237+142=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 142 (55.86% from 255 or 22.58% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED8E is #051271. Grayscale: #E6E6E6. Windows color (decimal): -332402 or 9367034. OLE color: 9367034.

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

Color convert

RGB 250 237 142 -
CMYK 0 0.05 0.43 0.02
HSL 52.78º 0.92% 0.77% -
HSV(B) 52.78º 0.43% 0.98% -
XYZ 74.59 82.85 37.65 -
YUV 230.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 250 237 142 0 0.05 0.43 0.02 52.78 0.92 0.77
Hex FA ED 8E 0 5 2B 2 35 5C 4D
Octal 372 355 216 0 5 53 2 65 134 115
Binary 11111010 11101101 10001110 0 101 101011 10 110101 1011100 1001101

Color Harmonies of #FAED8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAED8E

Black with #FAED8E

Text Example


Text Example

White with #FAED8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAED8E; }

 p { color: rgb(250,237,142); }

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

background-color css

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

 a { background-color: rgb(250,237,142); }

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

border-color css

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

 span { border-color: rgb(250,237,142); }

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