#F4FBDA

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

Shades of Rice Flower #F4FBDA

Tints of Rice Flower #F4FBDA

Color information

#F4FBDA (or 0xF4FBDA) is unknown color: approx Rice Flower. HEX triplet: F4, FB and DA. RGB value is (244,251,218). Sum of RGB (Red+Green+Blue) = 244+251+218=713 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.22% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 218 (85.55% from 255 or 30.58% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #F4FBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FBDA is #0B0425. Grayscale: #F5F5F5. Windows color (decimal): -721958 or 14351348. OLE color: 14351348.

HSL color Cylindrical-coordinate representation of color #F4FBDA: hue angle of 72.73º 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 #F4FBDA is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB244251218-
CMYK0.0300.130.02
HSL72.73º80.49%91.96%-
HSV(B)72.73º13.15%98.43%-
XYZ84.4693.2979.88-
YUV245.14112.68127.18-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.22%
GREEN value IS 251 (98.44% from 255) = 35.20%
BLUE value IS 218 (85.55% from 255) = 30.58%
R=34.22%
G=35.20%
B=30.58%

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
Decimal2442512180.0300.130.0272.7380.4991.96
HexF4FBDA30D249505c
Octal36437333230152111120134
Binary111101001111101111011010110110110100100110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FBDA; }

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

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

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

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

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

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

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

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