#F5FED6

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

Shades of Rice Flower #F5FED6

Tints of Rice Flower #F5FED6

Color information

#F5FED6 (or 0xF5FED6) is unknown color: approx Rice Flower. HEX triplet: F5, FE and D6. RGB value is (245,254,214). Sum of RGB (Red+Green+Blue) = 245+254+214=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 214 (83.98% from 255 or 30.01% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FED6 is #0A0129. Grayscale: #F6F6F6. Windows color (decimal): -655658 or 14089973. OLE color: 14089973.

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

Color convert

RGB245254214-
CMYK0.0400.160.00
HSL73.5º95.24%91.76%-
HSV(B)73.5º15.75%99.61%-
XYZ85.2495.1577.49-
YUV246.75109.52126.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.36%
GREEN value IS 254 (99.61% from 255) = 35.62%
BLUE value IS 214 (83.98% from 255) = 30.01%
R=34.36%
G=35.62%
B=30.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452542140.0400.160.0073.595.2491.76
HexF5FED6401004a5f5c
Octal36537632640200112137134
Binary1111010111111110110101101000100000100101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FED6; }

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

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

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

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

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

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

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

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