#F3FAD0

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

Shades of Rice Flower #F3FAD0

Tints of Rice Flower #F3FAD0

Color information

#F3FAD0 (or 0xF3FAD0) is unknown color: approx Rice Flower. HEX triplet: F3, FA and D0. RGB value is (243,250,208). Sum of RGB (Red+Green+Blue) = 243+250+208=701 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.66% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 208 (81.64% from 255 or 29.67% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FAD0 is #0C052F. Grayscale: #F3F3F3. Windows color (decimal): -787760 or 13695731. OLE color: 13695731.

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

Color convert

RGB243250208-
CMYK0.0300.170.02
HSL70º80.77%89.8%-
HSV(B)70º16.8%98.04%-
XYZ82.5391.9873.08-
YUV243.12108.18127.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.66%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 208 (81.64% from 255) = 29.67%
R=34.66%
G=35.66%
B=29.67%

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
Decimal2432502080.0300.170.027080.7789.8
HexF3FAD03011246515a
Octal36337232030212106121132
Binary1111001111111010110100001101000110100011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FAD0; }

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

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

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

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

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

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

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

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