#F4FBDB

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

Shades of Rice Flower #F4FBDB

Tints of Rice Flower #F4FBDB

Color information

#F4FBDB (or 0xF4FBDB) is unknown color: approx Rice Flower. HEX triplet: F4, FB and DB. RGB value is (244,251,219). Sum of RGB (Red+Green+Blue) = 244+251+219=714 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.17% from 714); Green value is 251 (98.44% from 255 or 35.15% from 714); Blue value is 219 (85.94% from 255 or 30.67% from 714); Max value from RGB is 251 - color contains mainly: green. Hex color #F4FBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FBDB is #0B0424. Grayscale: #F5F5F5. Windows color (decimal): -721957 or 14416884. OLE color: 14416884.

HSL color Cylindrical-coordinate representation of color #F4FBDB: hue angle of 73.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F4FBDB is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB244251219-
CMYK0.0300.130.02
HSL73.12º80%92.16%-
HSV(B)73.12º12.75%98.43%-
XYZ84.5993.3480.58-
YUV245.26113.18127.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.17%
GREEN value IS 251 (98.44% from 255) = 35.15%
BLUE value IS 219 (85.94% from 255) = 30.67%
R=34.17%
G=35.15%
B=30.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442512190.0300.130.0273.128092.16
HexF4FBDB30D249505c
Octal36437333330152111120134
Binary111101001111101111011011110110110100100110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FBDB; }

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

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

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

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

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

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

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

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