#F4FBD7

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

Shades of Rice Flower #F4FBD7

Tints of Rice Flower #F4FBD7

Color information

#F4FBD7 (or 0xF4FBD7) is unknown color: approx Rice Flower. HEX triplet: F4, FB and D7. RGB value is (244,251,215). Sum of RGB (Red+Green+Blue) = 244+251+215=710 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.37% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 215 (84.38% from 255 or 30.28% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #F4FBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FBD7 is #0B0428. Grayscale: #F4F4F4. Windows color (decimal): -721961 or 14154740. OLE color: 14154740.

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

Color convert

RGB244251215-
CMYK0.0300.140.02
HSL71.67º81.82%91.37%-
HSV(B)71.67º14.34%98.43%-
XYZ84.0793.1377.84-
YUV244.8111.18127.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.37%
GREEN value IS 251 (98.44% from 255) = 35.35%
BLUE value IS 215 (84.38% from 255) = 30.28%
R=34.37%
G=35.35%
B=30.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442512150.0300.140.0271.6781.8291.37
HexF4FBD730E248525b
Octal36437332730162110122133
Binary111101001111101111010111110111010100100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FBD7; }

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

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

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

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

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

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

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

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