#F1F5DA

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

Shades of Rice Flower #F1F5DA

Tints of Rice Flower #F1F5DA

Color information

#F1F5DA (or 0xF1F5DA) is unknown color: approx Rice Flower. HEX triplet: F1, F5 and DA. RGB value is (241,245,218). Sum of RGB (Red+Green+Blue) = 241+245+218=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 218 (85.55% from 255 or 30.97% from 704); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F5DA is #0E0A25. Grayscale: #F0F0F0. Windows color (decimal): -920102 or 14349809. OLE color: 14349809.

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

Color convert

RGB241245218-
CMYK0.0200.110.04
HSL68.89º57.45%90.78%-
HSV(B)68.89º11.02%96.08%-
XYZ81.5889.0779.22-
YUV240.73115.17128.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.23%
GREEN value IS 245 (96.09% from 255) = 34.80%
BLUE value IS 218 (85.55% from 255) = 30.97%
R=34.23%
G=34.80%
B=30.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412452180.0200.110.0468.8957.4590.78
HexF1F5DA20B445395b
Octal3613653322013410571133
Binary111100011111010111011010100101110010001011110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F5DA; }

 p { color: rgb(241,245,218); }

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

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

 a { background-color: rgb(241,245,218); }

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

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

 span { border-color: rgb(241,245,218); }

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