#F1F7D1

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

Shades of Rice Flower #F1F7D1

Tints of Rice Flower #F1F7D1

Color information

#F1F7D1 (or 0xF1F7D1) is unknown color: approx Rice Flower. HEX triplet: F1, F7 and D1. RGB value is (241,247,209). Sum of RGB (Red+Green+Blue) = 241+247+209=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 247 (96.88% from 255 or 35.44% from 697); Blue value is 209 (82.03% from 255 or 29.99% from 697); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F7D1 is #0E082E. Grayscale: #F1F1F1. Windows color (decimal): -919599 or 13760497. OLE color: 13760497.

HSL color Cylindrical-coordinate representation of color #F1F7D1: hue angle of 69.47º degrees, saturation: 0.7, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1F7D1 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB241247209-
CMYK0.0200.150.03
HSL69.47º70.37%89.41%-
HSV(B)69.47º15.38%96.86%-
XYZ81.0589.8373.39-
YUV240.87110.01128.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.58%
GREEN value IS 247 (96.88% from 255) = 35.44%
BLUE value IS 209 (82.03% from 255) = 29.99%
R=34.58%
G=35.44%
B=29.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412472090.0200.150.0369.4770.3789.41
HexF1F7D120F3454659
Octal36136732120173105106131
Binary111100011111011111010001100111111100010110001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F7D1; }

 p { color: rgb(241,247,209); }

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

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

 a { background-color: rgb(241,247,209); }

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

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

 span { border-color: rgb(241,247,209); }

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