#F1FACA

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

Shades of Rice Flower #F1FACA

Tints of Rice Flower #F1FACA

Color information

#F1FACA (or 0xF1FACA) is unknown color: approx Rice Flower. HEX triplet: F1, FA and CA. RGB value is (241,250,202). Sum of RGB (Red+Green+Blue) = 241+250+202=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 202 (79.30% from 255 or 29.15% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FACA is #0E0535. Grayscale: #F2F2F2. Windows color (decimal): -918838 or 13302513. OLE color: 13302513.

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

Color convert

RGB241250202-
CMYK0.0400.190.02
HSL71.25º82.76%88.63%-
HSV(B)71.25º19.2%98.04%-
XYZ81.1291.3469.23-
YUV241.84105.52127.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.78%
GREEN value IS 250 (98.05% from 255) = 36.08%
BLUE value IS 202 (79.30% from 255) = 29.15%
R=34.78%
G=36.08%
B=29.15%

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
Decimal2412502020.0400.190.0271.2582.7688.63
HexF1FACA40132475359
Octal36137231240232107123131
Binary11110001111110101100101010001001110100011110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FACA; }

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

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

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

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

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

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

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

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