#F6FDDC

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

Shades of Rice Flower #F6FDDC

Tints of Rice Flower #F6FDDC

Color information

#F6FDDC (or 0xF6FDDC) is unknown color: approx Rice Flower. HEX triplet: F6, FD and DC. RGB value is (246,253,220). Sum of RGB (Red+Green+Blue) = 246+253+220=719 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.21% from 719); Green value is 253 (99.22% from 255 or 35.19% from 719); Blue value is 220 (86.33% from 255 or 30.60% from 719); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FDDC is #090223. Grayscale: #F7F7F7. Windows color (decimal): -590372 or 14482934. OLE color: 14482934.

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

Color convert

RGB246253220-
CMYK0.0300.130.01
HSL72.73º89.19%92.75%-
HSV(B)72.73º13.04%99.22%-
XYZ86.0595.0181.51-
YUV247.14112.68127.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.21%
GREEN value IS 253 (99.22% from 255) = 35.19%
BLUE value IS 220 (86.33% from 255) = 30.60%
R=34.21%
G=35.19%
B=30.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462532200.0300.130.0172.7389.1992.75
HexF6FDDC30D149595d
Octal36637533430151111131135
Binary11110110111111011101110011011011100100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FDDC; }

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

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

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

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

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

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

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

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