Html Css Color HEX #FAED8D Picasso

📋 copy color: '#FAED8D'

red 250 ◦ green 237 ◦ blue 141

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

Shades of Picasso #FAED8D

Tints of Picasso #FAED8D

RGB

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

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

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

R = 39.81%
G = 37.74%
B = 22.45%

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

#FAED8D (or 0xFAED8D) is known color: Picasso. HEX triplet: FA, ED and 8D. RGB value is (250,237,141). Sum of RGB (Red+Green+Blue) = 250+237+141=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 141 (55.47% from 255 or 22.45% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED8D is #051272. Grayscale: #E6E6E6. Windows color (decimal): -332403 or 9301498. OLE color: 9301498.

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

Color convert

RGB 250 237 141 -
CMYK 0 0.05 0.44 0.02
HSL 52.84º 0.92% 0.77% -
HSV(B) 52.84º 0.44% 0.98% -
XYZ 74.52 82.82 37.26 -
YUV 229.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 250 237 141 0 0.05 0.44 0.02 52.84 0.92 0.77
Hex FA ED 8D 0 5 2C 2 35 5C 4D
Octal 372 355 215 0 5 54 2 65 134 115
Binary 11111010 11101101 10001101 0 101 101100 10 110101 1011100 1001101

Color Harmonies of #FAED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAED8D

Black with #FAED8D

Text Example


Text Example

White with #FAED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAED8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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