#F4FAD1

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

Shades of Rice Flower #F4FAD1

Tints of Rice Flower #F4FAD1

Color information

#F4FAD1 (or 0xF4FAD1) is unknown color: approx Rice Flower. HEX triplet: F4, FA and D1. RGB value is (244,250,209). Sum of RGB (Red+Green+Blue) = 244+250+209=703 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.71% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 209 (82.03% from 255 or 29.73% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FAD1 is #0B052E. Grayscale: #F3F3F3. Windows color (decimal): -722223 or 13761268. OLE color: 13761268.

HSL color Cylindrical-coordinate representation of color #F4FAD1: hue angle of 68.78º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4FAD1 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB244250209-
CMYK0.0200.160.02
HSL68.78º80.39%90%-
HSV(B)68.78º16.4%98.04%-
XYZ8392.2173.74-
YUV243.53108.51128.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.71%
GREEN value IS 250 (98.05% from 255) = 35.56%
BLUE value IS 209 (82.03% from 255) = 29.73%
R=34.71%
G=35.56%
B=29.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442502090.0200.160.0268.7880.3990
HexF4FAD12010245505a
Octal36437232120202105120132
Binary1111010011111010110100011001000010100010110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FAD1; }

 p { color: rgb(244,250,209); }

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

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

 a { background-color: rgb(244,250,209); }

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

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

 span { border-color: rgb(244,250,209); }

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