#F6FDDA

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

Shades of Rice Flower #F6FDDA

Tints of Rice Flower #F6FDDA

Color information

#F6FDDA (or 0xF6FDDA) is unknown color: approx Rice Flower. HEX triplet: F6, FD and DA. RGB value is (246,253,218). Sum of RGB (Red+Green+Blue) = 246+253+218=717 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.31% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 218 (85.55% from 255 or 30.40% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FDDA is #090225. Grayscale: #F7F7F7. Windows color (decimal): -590374 or 14351862. OLE color: 14351862.

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

Color convert

RGB246253218-
CMYK0.0300.140.01
HSL72º89.74%92.35%-
HSV(B)72º13.83%99.22%-
XYZ85.7994.9180.13-
YUV246.92111.68127.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.31%
GREEN value IS 253 (99.22% from 255) = 35.29%
BLUE value IS 218 (85.55% from 255) = 30.40%
R=34.31%
G=35.29%
B=30.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462532180.0300.140.017289.7492.35
HexF6FDDA30E1485a5c
Octal36637533230161110132134
Binary11110110111111011101101011011101100100010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FDDA; }

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

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

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

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

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

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

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

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