#F4FDDB

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

Shades of Rice Flower #F4FDDB

Tints of Rice Flower #F4FDDB

Color information

#F4FDDB (or 0xF4FDDB) is unknown color: approx Rice Flower. HEX triplet: F4, FD and DB. RGB value is (244,253,219). Sum of RGB (Red+Green+Blue) = 244+253+219=716 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.08% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 219 (85.94% from 255 or 30.59% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #F4FDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FDDB is #0B0224. Grayscale: #F6F6F6. Windows color (decimal): -721445 or 14417396. OLE color: 14417396.

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

Color convert

RGB244253219-
CMYK0.0400.130.01
HSL75.88º89.47%92.55%-
HSV(B)75.88º13.44%99.22%-
XYZ85.2294.680.79-
YUV246.43112.52126.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.08%
GREEN value IS 253 (99.22% from 255) = 35.34%
BLUE value IS 219 (85.94% from 255) = 30.59%
R=34.08%
G=35.34%
B=30.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442532190.0400.130.0175.8889.4792.55
HexF4FDDB40D14c595d
Octal36437533340151114131135
Binary111101001111110111011011100011011100110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FDDB; }

 p { color: rgb(244,253,219); }

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

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

 a { background-color: rgb(244,253,219); }

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

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

 span { border-color: rgb(244,253,219); }

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