#F4FFD6

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

Shades of Rice Flower #F4FFD6

Tints of Rice Flower #F4FFD6

Color information

#F4FFD6 (or 0xF4FFD6) is unknown color: approx Rice Flower. HEX triplet: F4, FF and D6. RGB value is (244,255,214). Sum of RGB (Red+Green+Blue) = 244+255+214=713 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.22% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 214 (83.98% from 255 or 30.01% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FFD6 is #0B0029. Grayscale: #F7F7F7. Windows color (decimal): -720938 or 14090228. OLE color: 14090228.

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

Color convert

RGB244255214-
CMYK0.0400.160
HSL76.1º100%91.96%-
HSV(B)76.1º16.08%100%-
XYZ85.2195.6177.58-
YUV247.04109.36125.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.22%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 214 (83.98% from 255) = 30.01%
R=34.22%
G=35.76%
B=30.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442552140.0400.16076.110091.96
HexF4FFD6401004c645c
Octal36437732640200114144134
Binary1111010011111111110101101000100000100110011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FFD6; }

 p { color: rgb(244,255,214); }

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

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

 a { background-color: rgb(244,255,214); }

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

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

 span { border-color: rgb(244,255,214); }

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