#F6FBD8

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

Shades of Rice Flower #F6FBD8

Tints of Rice Flower #F6FBD8

Color information

#F6FBD8 (or 0xF6FBD8) is unknown color: approx Rice Flower. HEX triplet: F6, FB and D8. RGB value is (246,251,216). Sum of RGB (Red+Green+Blue) = 246+251+216=713 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.50% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 216 (84.77% from 255 or 30.29% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FBD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FBD8 is #090427. Grayscale: #F5F5F5. Windows color (decimal): -590888 or 14220278. OLE color: 14220278.

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

Color convert

RGB246251216-
CMYK0.0200.140.02
HSL68.57º81.4%91.57%-
HSV(B)68.57º13.94%98.43%-
XYZ84.993.5578.55-
YUV245.52111.34128.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.50%
GREEN value IS 251 (98.44% from 255) = 35.20%
BLUE value IS 216 (84.77% from 255) = 30.29%
R=34.50%
G=35.20%
B=30.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462512160.0200.140.0268.5781.491.57
HexF6FBD820E245515c
Octal36637333020162105121134
Binary111101101111101111011000100111010100010110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FBD8; }

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

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

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

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

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

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

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

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