#F1FACD

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

Shades of Rice Flower #F1FACD

Tints of Rice Flower #F1FACD

Color information

#F1FACD (or 0xF1FACD) is unknown color: approx Rice Flower. HEX triplet: F1, FA and CD. RGB value is (241,250,205). Sum of RGB (Red+Green+Blue) = 241+250+205=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 205 (80.47% from 255 or 29.45% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FACD is #0E0532. Grayscale: #F2F2F2. Windows color (decimal): -918835 or 13499121. OLE color: 13499121.

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

Color convert

RGB241250205-
CMYK0.0400.180.02
HSL72º81.82%89.22%-
HSV(B)72º18%98.04%-
XYZ81.4891.4871.12-
YUV242.18107.02127.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.63%
GREEN value IS 250 (98.05% from 255) = 35.92%
BLUE value IS 205 (80.47% from 255) = 29.45%
R=34.63%
G=35.92%
B=29.45%

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
Decimal2412502050.0400.180.027281.8289.22
HexF1FACD40122485259
Octal36137231540222110122131
Binary11110001111110101100110110001001010100100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FACD; }

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

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

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

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

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

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

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

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