#F1FBCB

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

Shades of Rice Flower #F1FBCB

Tints of Rice Flower #F1FBCB

Color information

#F1FBCB (or 0xF1FBCB) is unknown color: approx Rice Flower. HEX triplet: F1, FB and CB. RGB value is (241,251,203). Sum of RGB (Red+Green+Blue) = 241+251+203=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FBCB is #0E0434. Grayscale: #F2F2F2. Windows color (decimal): -918581 or 13368305. OLE color: 13368305.

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

Color convert

RGB241251203-
CMYK0.0400.190.02
HSL72.5º85.71%89.02%-
HSV(B)72.5º19.12%98.43%-
XYZ81.5592.0169.96-
YUV242.54105.69126.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.68%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 203 (79.69% from 255) = 29.21%
R=34.68%
G=36.12%
B=29.21%

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
Decimal2412512030.0400.190.0272.585.7189.02
HexF1FBCB40132485659
Octal36137331340232110126131
Binary11110001111110111100101110001001110100100010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBCB; }

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

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

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

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

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

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

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

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