#F1F6D3

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

Shades of Rice Flower #F1F6D3

Tints of Rice Flower #F1F6D3

Color information

#F1F6D3 (or 0xF1F6D3) is unknown color: approx Rice Flower. HEX triplet: F1, F6 and D3. RGB value is (241,246,211). Sum of RGB (Red+Green+Blue) = 241+246+211=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 246 (96.48% from 255 or 35.24% from 698); Blue value is 211 (82.81% from 255 or 30.23% from 698); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F6D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F6D3 is #0E092C. Grayscale: #F0F0F0. Windows color (decimal): -919853 or 13891313. OLE color: 13891313.

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

Color convert

RGB241246211-
CMYK0.0200.140.04
HSL68.57º66.04%89.61%-
HSV(B)68.57º14.23%96.47%-
XYZ80.9989.3274.6-
YUV240.52111.34128.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.53%
GREEN value IS 246 (96.48% from 255) = 35.24%
BLUE value IS 211 (82.81% from 255) = 30.23%
R=34.53%
G=35.24%
B=30.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412462110.0200.140.0468.5766.0489.61
HexF1F6D320E445425a
Octal36136632320164105102132
Binary1111000111110110110100111001110100100010110000101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F6D3; }

 p { color: rgb(241,246,211); }

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

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

 a { background-color: rgb(241,246,211); }

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

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

 span { border-color: rgb(241,246,211); }

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