Html Css Color HEX #FAED8C Picasso

📋 copy color: '#FAED8C'

red 250 ◦ green 237 ◦ blue 140

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

Shades of Picasso #FAED8C

Tints of Picasso #FAED8C

RGB

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

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

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

R = 39.87%
G = 37.8%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAED8C (or 0xFAED8C) is known color: Picasso. HEX triplet: FA, ED and 8C. RGB value is (250,237,140). Sum of RGB (Red+Green+Blue) = 250+237+140=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 140 (55.08% from 255 or 22.33% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED8C is #051273. Grayscale: #E6E6E6. Windows color (decimal): -332404 or 9235962. OLE color: 9235962.

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

Color convert

RGB 250 237 140 -
CMYK 0 0.05 0.44 0.02
HSL 52.91º 0.92% 0.76% -
HSV(B) 52.91º 0.44% 0.98% -
XYZ 74.44 82.79 36.87 -
YUV 229.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 250 237 140 0 0.05 0.44 0.02 52.91 0.92 0.76
Hex FA ED 8C 0 5 2C 2 35 5C 4C
Octal 372 355 214 0 5 54 2 65 134 114
Binary 11111010 11101101 10001100 0 101 101100 10 110101 1011100 1001100

Color Harmonies of #FAED8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAED8C

Black with #FAED8C

Text Example


Text Example

White with #FAED8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAED8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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