#F6FBD6

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

Shades of Rice Flower #F6FBD6

Tints of Rice Flower #F6FBD6

Color information

#F6FBD6 (or 0xF6FBD6) is unknown color: approx Rice Flower. HEX triplet: F6, FB and D6. RGB value is (246,251,214). Sum of RGB (Red+Green+Blue) = 246+251+214=711 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.60% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 214 (83.98% from 255 or 30.10% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FBD6 is #090429. Grayscale: #F5F5F5. Windows color (decimal): -590890 or 14089206. OLE color: 14089206.

HSL color Cylindrical-coordinate representation of color #F6FBD6: hue angle of 68.11º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6FBD6 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB246251214-
CMYK0.0200.150.02
HSL68.11º82.22%91.18%-
HSV(B)68.11º14.74%98.43%-
XYZ84.6493.4477.19-
YUV245.29110.34128.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.60%
GREEN value IS 251 (98.44% from 255) = 35.30%
BLUE value IS 214 (83.98% from 255) = 30.10%
R=34.60%
G=35.30%
B=30.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462512140.0200.150.0268.1182.2291.18
HexF6FBD620F244525b
Octal36637332620172104122133
Binary111101101111101111010110100111110100010010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FBD6; }

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

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

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

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

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

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

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

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