Html Css Color HEX #F2E49D Picasso

📋 copy color: '#F2E49D'

red 242 ◦ green 228 ◦ blue 157

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

Shades of Picasso #F2E49D

Tints of Picasso #F2E49D

RGB

 RED value IS 242 (94.92% from 255) = 38.6%

 GREEN value IS 228 (89.45% from 255) = 36.36%

 BLUE value IS 157 (61.72% from 255) = 25.04%

R = 38.6%
G = 36.36%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2E49D (or 0xF2E49D) is known color: Picasso. HEX triplet: F2, E4 and 9D. RGB value is (242,228,157). Sum of RGB (Red+Green+Blue) = 242+228+157=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E49D is #0D1B62. Grayscale: #E0E0E0. Windows color (decimal): -858979 or 10347762. OLE color: 10347762.

HSL color Cylindrical-coordinate representation of color #F2E49D: hue angle of 50.12º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2E49D is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 228 157 -
CMYK 0 0.06 0.35 0.05
HSL 50.12º 0.77% 0.78% -
HSV(B) 50.12º 0.35% 0.95% -
XYZ 70.45 76.8 43.01 -
YUV 224.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 242 228 157 0 0.06 0.35 0.05 50.12 0.77 0.78
Hex F2 E4 9D 0 6 23 5 32 4D 4E
Octal 362 344 235 0 6 43 5 62 115 116
Binary 11110010 11100100 10011101 0 110 100011 101 110010 1001101 1001110

Color Harmonies of #F2E49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E49D

Black with #F2E49D

Text Example


Text Example

White with #F2E49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E49D; }

 p { color: rgb(242,228,157); }

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

background-color css

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

 a { background-color: rgb(242,228,157); }

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

border-color css

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

 span { border-color: rgb(242,228,157); }

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