Html Css Color HEX #F1FDB4 Australian Mint

📋 copy color: '#F1FDB4'

red 241 ◦ green 253 ◦ blue 180

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

Shades of Australian Mint #F1FDB4

Tints of Australian Mint #F1FDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.71%

R = 35.76%
G = 37.54%
B = 26.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#F1FDB4 (or 0xF1FDB4) is known color: Australian Mint. HEX triplet: F1, FD and B4. RGB value is (241,253,180). Sum of RGB (Red+Green+Blue) = 241+253+180=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 180 (70.70% from 255 or 26.71% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDB4 is #0E024B. Grayscale: #F1F1F1. Windows color (decimal): -918092 or 11861489. OLE color: 11861489.

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

Color convert

RGB 241 253 180 -
CMYK 0.05 0 0.29 0.01
HSL 69.86º 0.95% 0.85% -
HSV(B) 69.86º 0.29% 0.99% -
XYZ 79.64 92.25 56.79 -
YUV 241.09 93.52 127.94 -
System Red Green Blue C M Y K H S L
Decimal 241 253 180 0.05 0 0.29 0.01 69.86 0.95 0.85
Hex F1 FD B4 5 0 1D 1 46 5F 55
Octal 361 375 264 5 0 35 1 106 137 125
Binary 11110001 11111101 10110100 101 0 11101 1 1000110 1011111 1010101

Color Harmonies of #F1FDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FDB4

Black with #F1FDB4

Text Example


Text Example

White with #F1FDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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