#F4FED1

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

Shades of Rice Flower #F4FED1

Tints of Rice Flower #F4FED1

Color information

#F4FED1 (or 0xF4FED1) is unknown color: approx Rice Flower. HEX triplet: F4, FE and D1. RGB value is (244,254,209). Sum of RGB (Red+Green+Blue) = 244+254+209=707 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.51% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 209 (82.03% from 255 or 29.56% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FED1 is #0B012E. Grayscale: #F6F6F6. Windows color (decimal): -721199 or 13762292. OLE color: 13762292.

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

Color convert

RGB244254209-
CMYK0.0400.180.00
HSL73.33º95.74%90.78%-
HSV(B)73.33º17.72%99.61%-
XYZ84.2694.7274.16-
YUV245.88107.19126.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.51%
GREEN value IS 254 (99.61% from 255) = 35.93%
BLUE value IS 209 (82.03% from 255) = 29.56%
R=34.51%
G=35.93%
B=29.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442542090.0400.180.0073.3395.7490.78
HexF4FED14012049605b
Octal36437632140220111140133
Binary1111010011111110110100011000100100100100111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FED1; }

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

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

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

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

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

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

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

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