#F5FFD6

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

Shades of Rice Flower #F5FFD6

Tints of Rice Flower #F5FFD6

Color information

#F5FFD6 (or 0xF5FFD6) is unknown color: approx Rice Flower. HEX triplet: F5, FF and D6. RGB value is (245,255,214). Sum of RGB (Red+Green+Blue) = 245+255+214=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 214 (83.98% from 255 or 29.97% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFD6 is #0A0029. Grayscale: #F7F7F7. Windows color (decimal): -655402 or 14090229. OLE color: 14090229.

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

Color convert

RGB245255214-
CMYK0.0400.160
HSL74.63º100%91.96%-
HSV(B)74.63º16.08%100%-
XYZ85.5595.7977.6-
YUV247.34109.19126.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.31%
GREEN value IS 255 (100% from 255) = 35.71%
BLUE value IS 214 (83.98% from 255) = 29.97%
R=34.31%
G=35.71%
B=29.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452552140.0400.16074.6310091.96
HexF5FFD6401004b645c
Octal36537732640200113144134
Binary1111010111111111110101101000100000100101111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFD6; }

 p { color: rgb(245,255,214); }

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

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

 a { background-color: rgb(245,255,214); }

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

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

 span { border-color: rgb(245,255,214); }

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