#F3FBDB

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

Shades of Rice Flower #F3FBDB

Tints of Rice Flower #F3FBDB

Color information

#F3FBDB (or 0xF3FBDB) is unknown color: approx Rice Flower. HEX triplet: F3, FB and DB. RGB value is (243,251,219). Sum of RGB (Red+Green+Blue) = 243+251+219=713 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.08% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 219 (85.94% from 255 or 30.72% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #F3FBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FBDB is #0C0424. Grayscale: #F5F5F5. Windows color (decimal): -787493 or 14416883. OLE color: 14416883.

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

Color convert

RGB243251219-
CMYK0.0300.130.02
HSL75º80%92.16%-
HSV(B)75º12.75%98.43%-
XYZ84.2593.1680.56-
YUV244.96113.35126.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.08%
GREEN value IS 251 (98.44% from 255) = 35.20%
BLUE value IS 219 (85.94% from 255) = 30.72%
R=34.08%
G=35.20%
B=30.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432512190.0300.130.02758092.16
HexF3FBDB30D24b505c
Octal36337333330152113120134
Binary111100111111101111011011110110110100101110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FBDB; }

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

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

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

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

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

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

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

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