#F1FCCE

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

Shades of Rice Flower #F1FCCE

Tints of Rice Flower #F1FCCE

Color information

#F1FCCE (or 0xF1FCCE) is unknown color: approx Rice Flower. HEX triplet: F1, FC and CE. RGB value is (241,252,206). Sum of RGB (Red+Green+Blue) = 241+252+206=699 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.48% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 206 (80.86% from 255 or 29.47% from 699); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCCE is #0E0331. Grayscale: #F3F3F3. Windows color (decimal): -918322 or 13565169. OLE color: 13565169.

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

Color convert

RGB241252206-
CMYK0.0400.180.01
HSL74.35º88.46%89.8%-
HSV(B)74.35º18.25%98.82%-
XYZ82.2392.7871.97-
YUV243.47106.86126.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.48%
GREEN value IS 252 (98.83% from 255) = 36.05%
BLUE value IS 206 (80.86% from 255) = 29.47%
R=34.48%
G=36.05%
B=29.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412522060.0400.180.0174.3588.4689.8
HexF1FCCE401214a585a
Octal36137431640221112130132
Binary1111000111111100110011101000100101100101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FCCE; }

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

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

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

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

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

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

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

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