#F1FBD2

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

Shades of Rice Flower #F1FBD2

Tints of Rice Flower #F1FBD2

Color information

#F1FBD2 (or 0xF1FBD2) is unknown color: approx Rice Flower. HEX triplet: F1, FB and D2. RGB value is (241,251,210). Sum of RGB (Red+Green+Blue) = 241+251+210=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 210 (82.42% from 255 or 29.91% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FBD2 is #0E042D. Grayscale: #F3F3F3. Windows color (decimal): -918574 or 13827057. OLE color: 13827057.

HSL color Cylindrical-coordinate representation of color #F1FBD2: hue angle of 74.63º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1FBD2 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB241251210-
CMYK0.0400.160.02
HSL74.63º83.67%90.39%-
HSV(B)74.63º16.33%98.43%-
XYZ82.4192.3574.45-
YUV243.34109.19126.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.33%
GREEN value IS 251 (98.44% from 255) = 35.75%
BLUE value IS 210 (82.42% from 255) = 29.91%
R=34.33%
G=35.75%
B=29.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412512100.0400.160.0274.6383.6790.39
HexF1FBD2401024b545a
Octal36137332240202113124132
Binary11110001111110111101001010001000010100101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBD2; }

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

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

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

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

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

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

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

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