Html Css Color HEX #FAEB8C Picasso

📋 copy color: '#FAEB8C'

red 250 ◦ green 235 ◦ blue 140

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

Shades of Picasso #FAEB8C

Tints of Picasso #FAEB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.4%

R = 40%
G = 37.6%
B = 22.4%

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

#FAEB8C (or 0xFAEB8C) is known color: Picasso. HEX triplet: FA, EB and 8C. RGB value is (250,235,140). Sum of RGB (Red+Green+Blue) = 250+235+140=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 140 (55.08% from 255 or 22.4% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEB8C is #051473. Grayscale: #E5E5E5. Windows color (decimal): -332916 or 9235450. OLE color: 9235450.

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

Color convert

RGB 250 235 140 -
CMYK 0 0.06 0.44 0.02
HSL 51.82º 0.92% 0.76% -
HSV(B) 51.82º 0.44% 0.98% -
XYZ 73.87 81.63 36.67 -
YUV 228.66 77.97 143.22 -
System Red Green Blue C M Y K H S L
Decimal 250 235 140 0 0.06 0.44 0.02 51.82 0.92 0.76
Hex FA EB 8C 0 6 2C 2 34 5C 4C
Octal 372 353 214 0 6 54 2 64 134 114
Binary 11111010 11101011 10001100 0 110 101100 10 110100 1011100 1001100

Color Harmonies of #FAEB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB8C

Black with #FAEB8C

Text Example


Text Example

White with #FAEB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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