#F5FBDB

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

Shades of Rice Flower #F5FBDB

Tints of Rice Flower #F5FBDB

Color information

#F5FBDB (or 0xF5FBDB) is unknown color: approx Rice Flower. HEX triplet: F5, FB and DB. RGB value is (245,251,219). Sum of RGB (Red+Green+Blue) = 245+251+219=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 219 (85.94% from 255 or 30.63% from 715); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FBDB is #0A0424. Grayscale: #F5F5F5. Windows color (decimal): -656421 or 14416885. OLE color: 14416885.

HSL color Cylindrical-coordinate representation of color #F5FBDB: hue angle of 71.25º 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 #F5FBDB is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB245251219-
CMYK0.0200.130.02
HSL71.25º80%92.16%-
HSV(B)71.25º12.75%98.43%-
XYZ84.9493.5280.59-
YUV245.56113.01127.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.27%
GREEN value IS 251 (98.44% from 255) = 35.10%
BLUE value IS 219 (85.94% from 255) = 30.63%
R=34.27%
G=35.10%
B=30.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452512190.0200.130.0271.258092.16
HexF5FBDB20D247505c
Octal36537333320152107120134
Binary111101011111101111011011100110110100011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBDB; }

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

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

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

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

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

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

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

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