Html Css Color HEX #F2E49E Picasso

📋 copy color: '#F2E49E'

red 242 ◦ green 228 ◦ blue 158

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

Shades of Picasso #F2E49E

Tints of Picasso #F2E49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.16%

R = 38.54%
G = 36.31%
B = 25.16%

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

#F2E49E (or 0xF2E49E) is known color: Picasso. HEX triplet: F2, E4 and 9E. RGB value is (242,228,158). Sum of RGB (Red+Green+Blue) = 242+228+158=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 158 (62.11% from 255 or 25.16% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E49E is #0D1B61. Grayscale: #E0E0E0. Windows color (decimal): -858978 or 10413298. OLE color: 10413298.

HSL color Cylindrical-coordinate representation of color #F2E49E: hue angle of 50º degrees, saturation: 0.76, 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 #F2E49E is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 228 158 -
CMYK 0 0.06 0.35 0.05
HSL 50º 0.76% 0.78% -
HSV(B) 50º 0.35% 0.95% -
XYZ 70.53 76.83 43.46 -
YUV 224.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 242 228 158 0 0.06 0.35 0.05 50 0.76 0.78
Hex F2 E4 9E 0 6 23 5 32 4C 4E
Octal 362 344 236 0 6 43 5 62 114 116
Binary 11110010 11100100 10011110 0 110 100011 101 110010 1001100 1001110

Color Harmonies of #F2E49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E49E

Black with #F2E49E

Text Example


Text Example

White with #F2E49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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