#F3FBD9

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

Shades of Rice Flower #F3FBD9

Tints of Rice Flower #F3FBD9

Color information

#F3FBD9 (or 0xF3FBD9) is unknown color: approx Rice Flower. HEX triplet: F3, FB and D9. RGB value is (243,251,217). Sum of RGB (Red+Green+Blue) = 243+251+217=711 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.18% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 217 (85.16% from 255 or 30.52% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #F3FBD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FBD9 is #0C0426. Grayscale: #F4F4F4. Windows color (decimal): -787495 or 14285811. OLE color: 14285811.

HSL color Cylindrical-coordinate representation of color #F3FBD9: hue angle of 74.12º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3FBD9 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB243251217-
CMYK0.0300.140.02
HSL74.12º80.95%91.76%-
HSV(B)74.12º13.55%98.43%-
XYZ83.9893.0679.18-
YUV244.73112.35126.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.18%
GREEN value IS 251 (98.44% from 255) = 35.30%
BLUE value IS 217 (85.16% from 255) = 30.52%
R=34.18%
G=35.30%
B=30.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432512170.0300.140.0274.1280.9591.76
HexF3FBD930E24a515c
Octal36337333130162112121134
Binary111100111111101111011001110111010100101010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FBD9; }

 p { color: rgb(243,251,217); }

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

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

 a { background-color: rgb(243,251,217); }

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

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

 span { border-color: rgb(243,251,217); }

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