#F6FAD8

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

Shades of Rice Flower #F6FAD8

Tints of Rice Flower #F6FAD8

Color information

#F6FAD8 (or 0xF6FAD8) is unknown color: approx Rice Flower. HEX triplet: F6, FA and D8. RGB value is (246,250,216). Sum of RGB (Red+Green+Blue) = 246+250+216=712 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.55% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 216 (84.77% from 255 or 30.34% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FAD8 is #090527. Grayscale: #F5F5F5. Windows color (decimal): -591144 or 14220022. OLE color: 14220022.

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

Color convert

RGB246250216-
CMYK0.0200.140.02
HSL67.06º77.27%91.37%-
HSV(B)67.06º13.6%98.04%-
XYZ84.5992.9278.44-
YUV244.93111.67128.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.55%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 216 (84.77% from 255) = 30.34%
R=34.55%
G=35.11%
B=30.34%

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
Decimal2462502160.0200.140.0267.0677.2791.37
HexF6FAD820E2434d5b
Octal36637233020162103115133
Binary111101101111101011011000100111010100001110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FAD8; }

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

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

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

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

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

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

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

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