#F1FBCA

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

Shades of Rice Flower #F1FBCA

Tints of Rice Flower #F1FBCA

Color information

#F1FBCA (or 0xF1FBCA) is unknown color: approx Rice Flower. HEX triplet: F1, FB and CA. RGB value is (241,251,202). Sum of RGB (Red+Green+Blue) = 241+251+202=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 202 (79.30% from 255 or 29.11% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FBCA is #0E0435. Grayscale: #F2F2F2. Windows color (decimal): -918582 or 13302769. OLE color: 13302769.

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

Color convert

RGB241251202-
CMYK0.0400.200.02
HSL72.24º85.96%88.82%-
HSV(B)72.24º19.52%98.43%-
XYZ81.4391.9669.34-
YUV242.42105.19126.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.73%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 202 (79.30% from 255) = 29.11%
R=34.73%
G=36.17%
B=29.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412512020.0400.200.0272.2485.9688.82
HexF1FBCA40142485659
Octal36137331240242110126131
Binary11110001111110111100101010001010010100100010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBCA; }

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

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

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

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

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

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

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

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