#F6FFDA

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

Shades of Rice Flower #F6FFDA

Tints of Rice Flower #F6FFDA

Color information

#F6FFDA (or 0xF6FFDA) is unknown color: approx Rice Flower. HEX triplet: F6, FF and DA. RGB value is (246,255,218). Sum of RGB (Red+Green+Blue) = 246+255+218=719 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.21% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 218 (85.55% from 255 or 30.32% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFDA is #090025. Grayscale: #F8F8F8. Windows color (decimal): -589862 or 14352374. OLE color: 14352374.

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

Color convert

RGB246255218-
CMYK0.0400.150
HSL74.59º100%92.75%-
HSV(B)74.59º14.51%100%-
XYZ86.4296.1780.34-
YUV248.09111.02126.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.21%
GREEN value IS 255 (100% from 255) = 35.47%
BLUE value IS 218 (85.55% from 255) = 30.32%
R=34.21%
G=35.47%
B=30.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462552180.0400.15074.5910092.75
HexF6FFDA40F04b645d
Octal36637733240170113144135
Binary111101101111111111011010100011110100101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FFDA; }

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

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

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

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

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

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

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

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