Html Css Color HEX #FAEC8C Picasso

📋 copy color: '#FAEC8C'

red 250 ◦ green 236 ◦ blue 140

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

Shades of Picasso #FAEC8C

Tints of Picasso #FAEC8C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.7%

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

R = 39.94%
G = 37.7%
B = 22.36%

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

#FAEC8C (or 0xFAEC8C) is known color: Picasso. HEX triplet: FA, EC and 8C. RGB value is (250,236,140). Sum of RGB (Red+Green+Blue) = 250+236+140=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 140 (55.08% from 255 or 22.36% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC8C is #051373. Grayscale: #E5E5E5. Windows color (decimal): -332660 or 9235706. OLE color: 9235706.

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

Color convert

RGB 250 236 140 -
CMYK 0 0.06 0.44 0.02
HSL 52.36º 0.92% 0.76% -
HSV(B) 52.36º 0.44% 0.98% -
XYZ 74.15 82.21 36.77 -
YUV 229.24 77.64 142.81 -
System Red Green Blue C M Y K H S L
Decimal 250 236 140 0 0.06 0.44 0.02 52.36 0.92 0.76
Hex FA EC 8C 0 6 2C 2 34 5C 4C
Octal 372 354 214 0 6 54 2 64 134 114
Binary 11111010 11101100 10001100 0 110 101100 10 110100 1011100 1001100

Color Harmonies of #FAEC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC8C

Black with #FAEC8C

Text Example


Text Example

White with #FAEC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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