#F6FDDD

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

Shades of Rice Flower #F6FDDD

Tints of Rice Flower #F6FDDD

Color information

#F6FDDD (or 0xF6FDDD) is unknown color: approx Rice Flower. HEX triplet: F6, FD and DD. RGB value is (246,253,221). Sum of RGB (Red+Green+Blue) = 246+253+221=720 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.17% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 221 (86.72% from 255 or 30.69% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FDDD is #090222. Grayscale: #F7F7F7. Windows color (decimal): -590371 or 14548470. OLE color: 14548470.

HSL color Cylindrical-coordinate representation of color #F6FDDD: hue angle of 73.12º 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 #F6FDDD is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB246253221-
CMYK0.0300.130.01
HSL73.12º88.89%92.94%-
HSV(B)73.12º12.65%99.22%-
XYZ86.1895.0682.21-
YUV247.26113.18127.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.17%
GREEN value IS 253 (99.22% from 255) = 35.14%
BLUE value IS 221 (86.72% from 255) = 30.69%
R=34.17%
G=35.14%
B=30.69%

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
Decimal2462532210.0300.130.0173.1288.8992.94
HexF6FDDD30D149595d
Octal36637533530151111131135
Binary11110110111111011101110111011011100100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FDDD; }

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

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

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

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

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

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

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

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