#F1F7D2

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

Shades of Rice Flower #F1F7D2

Tints of Rice Flower #F1F7D2

Color information

#F1F7D2 (or 0xF1F7D2) is unknown color: approx Rice Flower. HEX triplet: F1, F7 and D2. RGB value is (241,247,210). Sum of RGB (Red+Green+Blue) = 241+247+210=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 247 (96.88% from 255 or 35.39% from 698); Blue value is 210 (82.42% from 255 or 30.09% from 698); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F7D2 is #0E082D. Grayscale: #F1F1F1. Windows color (decimal): -919598 or 13826033. OLE color: 13826033.

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

Color convert

RGB241247210-
CMYK0.0200.150.03
HSL69.73º69.81%89.61%-
HSV(B)69.73º14.98%96.86%-
XYZ81.1789.8874.04-
YUV240.99110.51128.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.53%
GREEN value IS 247 (96.88% from 255) = 35.39%
BLUE value IS 210 (82.42% from 255) = 30.09%
R=34.53%
G=35.39%
B=30.09%

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
Decimal2412472100.0200.150.0369.7369.8189.61
HexF1F7D220F346465a
Octal36136732220173106106132
Binary111100011111011111010010100111111100011010001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F7D2; }

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

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

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

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

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

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

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

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