Html Css Color HEX #FAED98 Picasso

📋 copy color: '#FAED98'

red 250 ◦ green 237 ◦ blue 152

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

Shades of Picasso #FAED98

Tints of Picasso #FAED98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 23.79%

R = 39.12%
G = 37.09%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAED98 (or 0xFAED98) is known color: Picasso. HEX triplet: FA, ED and 98. RGB value is (250,237,152). Sum of RGB (Red+Green+Blue) = 250+237+152=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 152 (59.77% from 255 or 23.79% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED98 is #051267. Grayscale: #E7E7E7. Windows color (decimal): -332392 or 10022394. OLE color: 10022394.

HSL color Cylindrical-coordinate representation of color #FAED98: hue angle of 52.04º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAED98 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 237 152 -
CMYK 0 0.05 0.39 0.02
HSL 52.04º 0.91% 0.79% -
HSV(B) 52.04º 0.39% 0.98% -
XYZ 75.38 83.16 41.78 -
YUV 231.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 250 237 152 0 0.05 0.39 0.02 52.04 0.91 0.79
Hex FA ED 98 0 5 27 2 34 5B 4F
Octal 372 355 230 0 5 47 2 64 133 117
Binary 11111010 11101101 10011000 0 101 100111 10 110100 1011011 1001111

Color Harmonies of #FAED98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAED98

Black with #FAED98

Text Example


Text Example

White with #FAED98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAED98; }

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

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

background-color css

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

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

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

border-color css

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

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

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