#F1FBCE

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

Shades of Rice Flower #F1FBCE

Tints of Rice Flower #F1FBCE

Color information

#F1FBCE (or 0xF1FBCE) is unknown color: approx Rice Flower. HEX triplet: F1, FB and CE. RGB value is (241,251,206). Sum of RGB (Red+Green+Blue) = 241+251+206=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 206 (80.86% from 255 or 29.51% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FBCE is #0E0431. Grayscale: #F3F3F3. Windows color (decimal): -918578 or 13564913. OLE color: 13564913.

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

Color convert

RGB241251206-
CMYK0.0400.180.02
HSL73.33º84.91%89.61%-
HSV(B)73.33º17.93%98.43%-
XYZ81.9192.1571.86-
YUV242.88107.19126.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.53%
GREEN value IS 251 (98.44% from 255) = 35.96%
BLUE value IS 206 (80.86% from 255) = 29.51%
R=34.53%
G=35.96%
B=29.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412512060.0400.180.0273.3384.9189.61
HexF1FBCE4012249555a
Octal36137331640222111125132
Binary11110001111110111100111010001001010100100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBCE; }

 p { color: rgb(241,251,206); }

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

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

 a { background-color: rgb(241,251,206); }

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

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

 span { border-color: rgb(241,251,206); }

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