#F1FACB

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

Shades of Rice Flower #F1FACB

Tints of Rice Flower #F1FACB

Color information

#F1FACB (or 0xF1FACB) is unknown color: approx Rice Flower. HEX triplet: F1, FA and CB. RGB value is (241,250,203). Sum of RGB (Red+Green+Blue) = 241+250+203=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 203 (79.69% from 255 or 29.25% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FACB is #0E0534. Grayscale: #F2F2F2. Windows color (decimal): -918837 or 13368049. OLE color: 13368049.

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

Color convert

RGB241250203-
CMYK0.0400.190.02
HSL71.49º82.46%88.82%-
HSV(B)71.49º18.8%98.04%-
XYZ81.2491.3869.86-
YUV241.95106.02127.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.73%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 203 (79.69% from 255) = 29.25%
R=34.73%
G=36.02%
B=29.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412502030.0400.190.0271.4982.4688.82
HexF1FACB40132475259
Octal36137231340232107122131
Binary11110001111110101100101110001001110100011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FACB; }

 p { color: rgb(241,250,203); }

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

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

 a { background-color: rgb(241,250,203); }

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

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

 span { border-color: rgb(241,250,203); }

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