#F7FEDB

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

Shades of Rice Flower #F7FEDB

Tints of Rice Flower #F7FEDB

Color information

#F7FEDB (or 0xF7FEDB) is unknown color: approx Rice Flower. HEX triplet: F7, FE and DB. RGB value is (247,254,219). Sum of RGB (Red+Green+Blue) = 247+254+219=720 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.31% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 219 (85.94% from 255 or 30.42% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #F7FEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FEDB is #080124. Grayscale: #F8F8F8. Windows color (decimal): -524581 or 14417655. OLE color: 14417655.

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

Color convert

RGB247254219-
CMYK0.0300.140.00
HSL72º94.59%92.75%-
HSV(B)72º13.78%99.61%-
XYZ86.5995.7780.94-
YUV247.92111.68127.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.31%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 219 (85.94% from 255) = 30.42%
R=34.31%
G=35.28%
B=30.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2472542190.0300.140.007294.5992.75
HexF7FEDB30E0485f5d
Octal36737633330160110137135
Binary11110111111111101101101111011100100100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FEDB; }

 p { color: rgb(247,254,219); }

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

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

 a { background-color: rgb(247,254,219); }

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

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

 span { border-color: rgb(247,254,219); }

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