#F4FEDA

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

Shades of Rice Flower #F4FEDA

Tints of Rice Flower #F4FEDA

Color information

#F4FEDA (or 0xF4FEDA) is unknown color: approx Rice Flower. HEX triplet: F4, FE and DA. RGB value is (244,254,218). Sum of RGB (Red+Green+Blue) = 244+254+218=716 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.08% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 218 (85.55% from 255 or 30.45% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FEDA is #0B0125. Grayscale: #F7F7F7. Windows color (decimal): -721190 or 14352116. OLE color: 14352116.

HSL color Cylindrical-coordinate representation of color #F4FEDA: hue angle of 76.67º 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 #F4FEDA is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB244254218-
CMYK0.0400.140.00
HSL76.67º94.74%92.55%-
HSV(B)76.67º14.17%99.61%-
XYZ85.495.1880.2-
YUV246.91111.69125.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.08%
GREEN value IS 254 (99.61% from 255) = 35.47%
BLUE value IS 218 (85.55% from 255) = 30.45%
R=34.08%
G=35.47%
B=30.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442542180.0400.140.0076.6794.7492.55
HexF4FEDA40E04d5f5d
Octal36437633240160115137135
Binary111101001111111011011010100011100100110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FEDA; }

 p { color: rgb(244,254,218); }

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

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

 a { background-color: rgb(244,254,218); }

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

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

 span { border-color: rgb(244,254,218); }

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