Html Css Color HEX #FAEB8D Picasso

📋 copy color: '#FAEB8D'

red 250 ◦ green 235 ◦ blue 141

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

Shades of Picasso #FAEB8D

Tints of Picasso #FAEB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.54%

 BLUE value IS 141 (55.47% from 255) = 22.52%

R = 39.94%
G = 37.54%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAEB8D (or 0xFAEB8D) is known color: Picasso. HEX triplet: FA, EB and 8D. RGB value is (250,235,141). Sum of RGB (Red+Green+Blue) = 250+235+141=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 141 (55.47% from 255 or 22.52% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEB8D is #051472. Grayscale: #E5E5E5. Windows color (decimal): -332915 or 9300986. OLE color: 9300986.

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

Color convert

RGB 250 235 141 -
CMYK 0 0.06 0.44 0.02
HSL 51.74º 0.92% 0.77% -
HSV(B) 51.74º 0.44% 0.98% -
XYZ 73.94 81.66 37.06 -
YUV 228.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 250 235 141 0 0.06 0.44 0.02 51.74 0.92 0.77
Hex FA EB 8D 0 6 2C 2 34 5C 4D
Octal 372 353 215 0 6 54 2 64 134 115
Binary 11111010 11101011 10001101 0 110 101100 10 110100 1011100 1001101

Color Harmonies of #FAEB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB8D

Black with #FAEB8D

Text Example


Text Example

White with #FAEB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB8D; }

 p { color: rgb(250,235,141); }

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

background-color css

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

 a { background-color: rgb(250,235,141); }

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

border-color css

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

 span { border-color: rgb(250,235,141); }

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