#F4FBD6

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

Shades of Rice Flower #F4FBD6

Tints of Rice Flower #F4FBD6

Color information

#F4FBD6 (or 0xF4FBD6) is unknown color: approx Rice Flower. HEX triplet: F4, FB and D6. RGB value is (244,251,214). Sum of RGB (Red+Green+Blue) = 244+251+214=709 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.41% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 214 (83.98% from 255 or 30.18% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #F4FBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FBD6 is #0B0429. Grayscale: #F4F4F4. Windows color (decimal): -721962 or 14089204. OLE color: 14089204.

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

Color convert

RGB244251214-
CMYK0.0300.150.02
HSL71.35º82.22%91.18%-
HSV(B)71.35º14.74%98.43%-
XYZ83.9493.0877.16-
YUV244.69110.68127.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.41%
GREEN value IS 251 (98.44% from 255) = 35.40%
BLUE value IS 214 (83.98% from 255) = 30.18%
R=34.41%
G=35.40%
B=30.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442512140.0300.150.0271.3582.2291.18
HexF4FBD630F247525b
Octal36437332630172107122133
Binary111101001111101111010110110111110100011110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FBD6; }

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

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

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

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

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

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

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

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