Html Css Color HEX #F2EE92 Milan

📋 copy color: '#F2EE92'

red 242 ◦ green 238 ◦ blue 146

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

Shades of Milan #F2EE92

Tints of Milan #F2EE92

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.02%

 BLUE value IS 146 (57.42% from 255) = 23.32%

R = 38.66%
G = 38.02%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2EE92 (or 0xF2EE92) is known color: Milan. HEX triplet: F2, EE and 92. RGB value is (242,238,146). Sum of RGB (Red+Green+Blue) = 242+238+146=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 146 (57.42% from 255 or 23.32% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE92 is #0D116D. Grayscale: #E5E5E5. Windows color (decimal): -856430 or 9629426. OLE color: 9629426.

HSL color Cylindrical-coordinate representation of color #F2EE92: hue angle of 57.5º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2EE92 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 238 146 -
CMYK 0 0.02 0.40 0.05
HSL 57.5º 0.79% 0.76% -
HSV(B) 57.5º 0.4% 0.95% -
XYZ 72.38 82.1 39.23 -
YUV 228.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 242 238 146 0 0.02 0.40 0.05 57.5 0.79 0.76
Hex F2 EE 92 0 2 28 5 3A 4F 4C
Octal 362 356 222 0 2 50 5 72 117 114
Binary 11110010 11101110 10010010 0 10 101000 101 111010 1001111 1001100

Color Harmonies of #F2EE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EE92

Black with #F2EE92

Text Example


Text Example

White with #F2EE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EE92; }

 p { color: rgb(242,238,146); }

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

background-color css

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

 a { background-color: rgb(242,238,146); }

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

border-color css

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

 span { border-color: rgb(242,238,146); }

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