#F1FACE

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

Shades of Rice Flower #F1FACE

Tints of Rice Flower #F1FACE

Color information

#F1FACE (or 0xF1FACE) is unknown color: approx Rice Flower. HEX triplet: F1, FA and CE. RGB value is (241,250,206). Sum of RGB (Red+Green+Blue) = 241+250+206=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FACE is #0E0531. Grayscale: #F2F2F2. Windows color (decimal): -918834 or 13564657. OLE color: 13564657.

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

Color convert

RGB241250206-
CMYK0.0400.180.02
HSL72.27º81.48%89.41%-
HSV(B)72.27º17.6%98.04%-
XYZ81.691.5371.76-
YUV242.29107.52127.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.58%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 206 (80.86% from 255) = 29.56%
R=34.58%
G=35.87%
B=29.56%

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
Decimal2412502060.0400.180.0272.2781.4889.41
HexF1FACE40122485159
Octal36137231640222110121131
Binary11110001111110101100111010001001010100100010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FACE; }

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

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

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

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

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

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

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

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