#F6FEDC

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

Shades of Rice Flower #F6FEDC

Tints of Rice Flower #F6FEDC

Color information

#F6FEDC (or 0xF6FEDC) is unknown color: approx Rice Flower. HEX triplet: F6, FE and DC. RGB value is (246,254,220). Sum of RGB (Red+Green+Blue) = 246+254+220=720 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.17% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 220 (86.33% from 255 or 30.56% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FEDC is #090123. Grayscale: #F7F7F7. Windows color (decimal): -590116 or 14483190. OLE color: 14483190.

HSL color Cylindrical-coordinate representation of color #F6FEDC: hue angle of 74.12º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6FEDC is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB246254220-
CMYK0.0300.130.00
HSL74.12º94.44%92.94%-
HSV(B)74.12º13.39%99.61%-
XYZ86.3795.6481.62-
YUV247.73112.35126.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.17%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 220 (86.33% from 255) = 30.56%
R=34.17%
G=35.28%
B=30.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462542200.0300.130.0074.1294.4492.94
HexF6FEDC30D04a5e5d
Octal36637633430150112136135
Binary11110110111111101101110011011010100101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FEDC; }

 p { color: rgb(246,254,220); }

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

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

 a { background-color: rgb(246,254,220); }

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

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

 span { border-color: rgb(246,254,220); }

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