#F5FEDC

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

Shades of Rice Flower #F5FEDC

Tints of Rice Flower #F5FEDC

Color information

#F5FEDC (or 0xF5FEDC) is unknown color: approx Rice Flower. HEX triplet: F5, FE and DC. RGB value is (245,254,220). Sum of RGB (Red+Green+Blue) = 245+254+220=719 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.08% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 220 (86.33% from 255 or 30.60% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEDC is #0A0123. Grayscale: #F7F7F7. Windows color (decimal): -655652 or 14483189. OLE color: 14483189.

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

Color convert

RGB245254220-
CMYK0.0400.130.00
HSL75.88º94.44%92.94%-
HSV(B)75.88º13.39%99.61%-
XYZ86.0295.4681.6-
YUV247.43112.52126.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.08%
GREEN value IS 254 (99.61% from 255) = 35.33%
BLUE value IS 220 (86.33% from 255) = 30.60%
R=34.08%
G=35.33%
B=30.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452542200.0400.130.0075.8894.4492.94
HexF5FEDC40D04c5e5d
Octal36537633440150114136135
Binary111101011111111011011100100011010100110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEDC; }

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

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

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

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

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

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

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

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