Html Css Color HEX #FAED8F Picasso

📋 copy color: '#FAED8F'

red 250 ◦ green 237 ◦ blue 143

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

Shades of Picasso #FAED8F

Tints of Picasso #FAED8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 22.7%

R = 39.68%
G = 37.62%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAED8F (or 0xFAED8F) is known color: Picasso. HEX triplet: FA, ED and 8F. RGB value is (250,237,143). Sum of RGB (Red+Green+Blue) = 250+237+143=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 143 (56.25% from 255 or 22.70% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED8F is #051270. Grayscale: #E6E6E6. Windows color (decimal): -332401 or 9432570. OLE color: 9432570.

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

Color convert

RGB 250 237 143 -
CMYK 0 0.05 0.43 0.02
HSL 52.71º 0.91% 0.77% -
HSV(B) 52.71º 0.43% 0.98% -
XYZ 74.67 82.88 38.05 -
YUV 230.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 250 237 143 0 0.05 0.43 0.02 52.71 0.91 0.77
Hex FA ED 8F 0 5 2B 2 35 5B 4D
Octal 372 355 217 0 5 53 2 65 133 115
Binary 11111010 11101101 10001111 0 101 101011 10 110101 1011011 1001101

Color Harmonies of #FAED8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAED8F

Black with #FAED8F

Text Example


Text Example

White with #FAED8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAED8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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