Html Css Color HEX #FAE88D Picasso

📋 copy color: '#FAE88D'

red 250 ◦ green 232 ◦ blue 141

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

Shades of Picasso #FAE88D

Tints of Picasso #FAE88D

RGB

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

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

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

R = 40.13%
G = 37.24%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAE88D (or 0xFAE88D) is known color: Picasso. HEX triplet: FA, E8 and 8D. RGB value is (250,232,141). Sum of RGB (Red+Green+Blue) = 250+232+141=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 141 (55.47% from 255 or 22.63% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE88D is #051772. Grayscale: #E3E3E3. Windows color (decimal): -333683 or 9300218. OLE color: 9300218.

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

Color convert

RGB 250 232 141 -
CMYK 0 0.07 0.44 0.02
HSL 50.09º 0.92% 0.77% -
HSV(B) 50.09º 0.44% 0.98% -
XYZ 73.09 79.96 36.78 -
YUV 227.01 79.46 144.4 -
System Red Green Blue C M Y K H S L
Decimal 250 232 141 0 0.07 0.44 0.02 50.09 0.92 0.77
Hex FA E8 8D 0 7 2C 2 32 5C 4D
Octal 372 350 215 0 7 54 2 62 134 115
Binary 11111010 11101000 10001101 0 111 101100 10 110010 1011100 1001101

Color Harmonies of #FAE88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE88D

Black with #FAE88D

Text Example


Text Example

White with #FAE88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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