Html Css Color HEX #F6FA98 Milan

📋 copy color: '#F6FA98'

red 246 ◦ green 250 ◦ blue 152

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

Shades of Milan #F6FA98

Tints of Milan #F6FA98

RGB

 RED value IS 246 (96.48% from 255) = 37.96%

 GREEN value IS 250 (98.05% from 255) = 38.58%

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

R = 37.96%
G = 38.58%
B = 23.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F6FA98 (or 0xF6FA98) is known color: Milan. HEX triplet: F6, FA and 98. RGB value is (246,250,152). Sum of RGB (Red+Green+Blue) = 246+250+152=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 152 (59.77% from 255 or 23.46% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FA98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FA98 is #090567. Grayscale: #EEEEEE. Windows color (decimal): -591208 or 10025718. OLE color: 10025718.

HSL color Cylindrical-coordinate representation of color #F6FA98: hue angle of 62.45º 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 #F6FA98 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 250 152 -
CMYK 0.02 0 0.39 0.02
HSL 62.45º 0.91% 0.79% -
HSV(B) 62.45º 0.39% 0.98% -
XYZ 77.86 90.23 43.02 -
YUV 237.63 79.67 133.97 -
System Red Green Blue C M Y K H S L
Decimal 246 250 152 0.02 0 0.39 0.02 62.45 0.91 0.79
Hex F6 FA 98 2 0 27 2 3E 5B 4F
Octal 366 372 230 2 0 47 2 76 133 117
Binary 11110110 11111010 10011000 10 0 100111 10 111110 1011011 1001111

Color Harmonies of #F6FA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FA98

Black with #F6FA98

Text Example


Text Example

White with #F6FA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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