#F2FAD0

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

Shades of Rice Flower #F2FAD0

Tints of Rice Flower #F2FAD0

Color information

#F2FAD0 (or 0xF2FAD0) is unknown color: approx Rice Flower. HEX triplet: F2, FA and D0. RGB value is (242,250,208). Sum of RGB (Red+Green+Blue) = 242+250+208=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 208 (81.64% from 255 or 29.71% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FAD0 is #0D052F. Grayscale: #F2F2F2. Windows color (decimal): -853296 or 13695730. OLE color: 13695730.

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

Color convert

RGB242250208-
CMYK0.0300.170.02
HSL71.43º80.77%89.8%-
HSV(B)71.43º16.8%98.04%-
XYZ82.1991.873.06-
YUV242.82108.35127.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.57%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 208 (81.64% from 255) = 29.71%
R=34.57%
G=35.71%
B=29.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502080.0300.170.0271.4380.7789.8
HexF2FAD03011247515a
Octal36237232030212107121132
Binary1111001011111010110100001101000110100011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAD0; }

 p { color: rgb(242,250,208); }

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

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

 a { background-color: rgb(242,250,208); }

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

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

 span { border-color: rgb(242,250,208); }

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