#F1FAD8

Color #F1FAD8 Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #F1FAD8

Tints of Rice Flower #F1FAD8

Color information

#F1FAD8 (or 0xF1FAD8) is unknown color: approx Rice Flower. HEX triplet: F1, FA and D8. RGB value is (241,250,216). Sum of RGB (Red+Green+Blue) = 241+250+216=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 216 (84.77% from 255 or 30.55% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FAD8 is #0E0527. Grayscale: #F3F3F3. Windows color (decimal): -918824 or 14220017. OLE color: 14220017.

HSL color Cylindrical-coordinate representation of color #F1FAD8: hue angle of 75.88º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1FAD8 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB241250216-
CMYK0.0400.140.02
HSL75.88º77.27%91.37%-
HSV(B)75.88º13.6%98.04%-
XYZ82.8692.0378.36-
YUV243.43112.52126.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.09%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 216 (84.77% from 255) = 30.55%
R=34.09%
G=35.36%
B=30.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412502160.0400.140.0275.8877.2791.37
HexF1FAD840E24c4d5b
Octal36137233040162114115133
Binary1111000111111010110110001000111010100110010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAD8; }

 p { color: rgb(241,250,216); }

 H1.HeaderClassName
 {
   color: #F1FAD8;
 }
 .AnyTagClassName
 {
   color: #F1FAD8;
 }
</style>
background-color css

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

 a { background-color: rgb(241,250,216); }

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

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

 span { border-color: rgb(241,250,216); }

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