#F8FED9

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

Shades of Rice Flower #F8FED9

Tints of Rice Flower #F8FED9

Color information

#F8FED9 (or 0xF8FED9) is unknown color: approx Rice Flower. HEX triplet: F8, FE and D9. RGB value is (248,254,217). Sum of RGB (Red+Green+Blue) = 248+254+217=719 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.49% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 217 (85.16% from 255 or 30.18% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FED9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FED9 is #070126. Grayscale: #F8F8F8. Windows color (decimal): -459047 or 14286584. OLE color: 14286584.

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

Color convert

RGB248254217-
CMYK0.0200.150.00
HSL69.73º94.87%92.35%-
HSV(B)69.73º14.57%99.61%-
XYZ86.6895.8579.58-
YUV247.99110.51128.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.49%
GREEN value IS 254 (99.61% from 255) = 35.33%
BLUE value IS 217 (85.16% from 255) = 30.18%
R=34.49%
G=35.33%
B=30.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482542170.0200.150.0069.7394.8792.35
HexF8FED920F0465f5c
Octal37037633120170106137134
Binary11111000111111101101100110011110100011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FED9; }

 p { color: rgb(248,254,217); }

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

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

 a { background-color: rgb(248,254,217); }

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

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

 span { border-color: rgb(248,254,217); }

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