#F4F8DB

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

Shades of Rice Flower #F4F8DB

Tints of Rice Flower #F4F8DB

Color information

#F4F8DB (or 0xF4F8DB) is unknown color: approx Rice Flower. HEX triplet: F4, F8 and DB. RGB value is (244,248,219). Sum of RGB (Red+Green+Blue) = 244+248+219=711 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.32% from 711); Green value is 248 (97.27% from 255 or 34.88% from 711); Blue value is 219 (85.94% from 255 or 30.80% from 711); Max value from RGB is 248 - color contains mainly: green. Hex color #F4F8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F8DB is #0B0724. Grayscale: #F3F3F3. Windows color (decimal): -722725 or 14416116. OLE color: 14416116.

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

Color convert

RGB244248219-
CMYK0.0200.120.03
HSL68.28º67.44%91.57%-
HSV(B)68.28º11.69%97.25%-
XYZ83.6691.4880.27-
YUV243.5114.17128.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.32%
GREEN value IS 248 (97.27% from 255) = 34.88%
BLUE value IS 219 (85.94% from 255) = 30.80%
R=34.32%
G=34.88%
B=30.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2442482190.0200.120.0368.2867.4491.57
HexF4F8DB20C344435c
Octal36437033320143104103134
Binary111101001111100011011011100110011100010010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F8DB; }

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

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

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

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

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

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

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

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