#F4FBDD

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

Shades of Rice Flower #F4FBDD

Tints of Rice Flower #F4FBDD

Color information

#F4FBDD (or 0xF4FBDD) is unknown color: approx Rice Flower. HEX triplet: F4, FB and DD. RGB value is (244,251,221). Sum of RGB (Red+Green+Blue) = 244+251+221=716 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.08% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 221 (86.72% from 255 or 30.87% from 716); Max value from RGB is 251 - color contains mainly: green. Hex color #F4FBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FBDD is #0B0422. Grayscale: #F5F5F5. Windows color (decimal): -721955 or 14547956. OLE color: 14547956.

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

Color convert

RGB244251221-
CMYK0.0300.120.02
HSL74º78.95%92.55%-
HSV(B)74º11.95%98.43%-
XYZ84.8693.4581.97-
YUV245.49114.18126.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.08%
GREEN value IS 251 (98.44% from 255) = 35.06%
BLUE value IS 221 (86.72% from 255) = 30.87%
R=34.08%
G=35.06%
B=30.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442512210.0300.120.027478.9592.55
HexF4FBDD30C24a4f5d
Octal36437333530142112117135
Binary111101001111101111011101110110010100101010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FBDD; }

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

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

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

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

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

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

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

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