#F1FBCF

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

Shades of Rice Flower #F1FBCF

Tints of Rice Flower #F1FBCF

Color information

#F1FBCF (or 0xF1FBCF) is unknown color: approx Rice Flower. HEX triplet: F1, FB and CF. RGB value is (241,251,207). Sum of RGB (Red+Green+Blue) = 241+251+207=699 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.48% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 207 (81.25% from 255 or 29.61% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FBCF is #0E0430. Grayscale: #F3F3F3. Windows color (decimal): -918577 or 13630449. OLE color: 13630449.

HSL color Cylindrical-coordinate representation of color #F1FBCF: hue angle of 73.64º 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 #F1FBCF is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB241251207-
CMYK0.0400.180.02
HSL73.64º84.62%89.8%-
HSV(B)73.64º17.53%98.43%-
XYZ82.0492.272.5-
YUV242.99107.69126.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.48%
GREEN value IS 251 (98.44% from 255) = 35.91%
BLUE value IS 207 (81.25% from 255) = 29.61%
R=34.48%
G=35.91%
B=29.61%

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
Decimal2412512070.0400.180.0273.6484.6289.8
HexF1FBCF401224a555a
Octal36137331740222112125132
Binary11110001111110111100111110001001010100101010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBCF; }

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

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

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

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

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

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

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

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