Html Css Color HEX #F1FDB0 Australian Mint

📋 copy color: '#F1FDB0'

red 241 ◦ green 253 ◦ blue 176

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

Shades of Australian Mint #F1FDB0

Tints of Australian Mint #F1FDB0

RGB

 RED value IS 241 (94.53% from 255) = 35.97%

 GREEN value IS 253 (99.22% from 255) = 37.76%

 BLUE value IS 176 (69.14% from 255) = 26.27%

R = 35.97%
G = 37.76%
B = 26.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#F1FDB0 (or 0xF1FDB0) is known color: Australian Mint. HEX triplet: F1, FD and B0. RGB value is (241,253,176). Sum of RGB (Red+Green+Blue) = 241+253+176=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 176 (69.14% from 255 or 26.27% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FDB0 is #0E024F. Grayscale: #F0F0F0. Windows color (decimal): -918096 or 11599345. OLE color: 11599345.

HSL color Cylindrical-coordinate representation of color #F1FDB0: hue angle of 69.35º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1FDB0 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 253 176 -
CMYK 0.05 0 0.30 0.01
HSL 69.35º 0.95% 0.84% -
HSV(B) 69.35º 0.3% 0.99% -
XYZ 79.24 92.09 54.67 -
YUV 240.63 91.52 128.26 -
System Red Green Blue C M Y K H S L
Decimal 241 253 176 0.05 0 0.30 0.01 69.35 0.95 0.84
Hex F1 FD B0 5 0 1E 1 45 5F 54
Octal 361 375 260 5 0 36 1 105 137 124
Binary 11110001 11111101 10110000 101 0 11110 1 1000101 1011111 1010100

Color Harmonies of #F1FDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FDB0

Black with #F1FDB0

Text Example


Text Example

White with #F1FDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FDB0; }

 p { color: rgb(241,253,176); }

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

background-color css

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

 a { background-color: rgb(241,253,176); }

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

border-color css

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

 span { border-color: rgb(241,253,176); }

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