#F6FBDB

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

Shades of Rice Flower #F6FBDB

Tints of Rice Flower #F6FBDB

Color information

#F6FBDB (or 0xF6FBDB) is unknown color: approx Rice Flower. HEX triplet: F6, FB and DB. RGB value is (246,251,219). Sum of RGB (Red+Green+Blue) = 246+251+219=716 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.36% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 219 (85.94% from 255 or 30.59% from 716); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FBDB is #090424. Grayscale: #F5F5F5. Windows color (decimal): -590885 or 14416886. OLE color: 14416886.

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

Color convert

RGB246251219-
CMYK0.0200.130.02
HSL69.38º80%92.16%-
HSV(B)69.38º12.75%98.43%-
XYZ85.2993.780.61-
YUV245.86112.84128.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.36%
GREEN value IS 251 (98.44% from 255) = 35.06%
BLUE value IS 219 (85.94% from 255) = 30.59%
R=34.36%
G=35.06%
B=30.59%

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
Decimal2462512190.0200.130.0269.388092.16
HexF6FBDB20D245505c
Octal36637333320152105120134
Binary111101101111101111011011100110110100010110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FBDB; }

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

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

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

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

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

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

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

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