#F1FACC

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

Shades of Rice Flower #F1FACC

Tints of Rice Flower #F1FACC

Color information

#F1FACC (or 0xF1FACC) is unknown color: approx Rice Flower. HEX triplet: F1, FA and CC. RGB value is (241,250,204). Sum of RGB (Red+Green+Blue) = 241+250+204=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 204 (80.08% from 255 or 29.35% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FACC is #0E0533. Grayscale: #F2F2F2. Windows color (decimal): -918836 or 13433585. OLE color: 13433585.

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

Color convert

RGB241250204-
CMYK0.0400.180.02
HSL71.74º82.14%89.02%-
HSV(B)71.74º18.4%98.04%-
XYZ81.3691.4370.49-
YUV242.06106.52127.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.68%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 204 (80.08% from 255) = 29.35%
R=34.68%
G=35.97%
B=29.35%

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
Decimal2412502040.0400.180.0271.7482.1489.02
HexF1FACC40122485259
Octal36137231440222110122131
Binary11110001111110101100110010001001010100100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FACC; }

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

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

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

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

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

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

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

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