#F3FED9

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

Shades of Rice Flower #F3FED9

Tints of Rice Flower #F3FED9

Color information

#F3FED9 (or 0xF3FED9) is unknown color: approx Rice Flower. HEX triplet: F3, FE and D9. RGB value is (243,254,217). Sum of RGB (Red+Green+Blue) = 243+254+217=714 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.03% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 217 (85.16% from 255 or 30.39% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FED9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FED9 is #0C0126. Grayscale: #F6F6F6. Windows color (decimal): -786727 or 14286579. OLE color: 14286579.

HSL color Cylindrical-coordinate representation of color #F3FED9: hue angle of 77.84º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3FED9 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB243254217-
CMYK0.0400.150.00
HSL77.84º94.87%92.35%-
HSV(B)77.84º14.57%99.61%-
XYZ84.9394.9579.5-
YUV246.49111.36125.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.03%
GREEN value IS 254 (99.61% from 255) = 35.57%
BLUE value IS 217 (85.16% from 255) = 30.39%
R=34.03%
G=35.57%
B=30.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432542170.0400.150.0077.8494.8792.35
HexF3FED940F04e5f5c
Octal36337633140170116137134
Binary111100111111111011011001100011110100111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FED9; }

 p { color: rgb(243,254,217); }

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

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

 a { background-color: rgb(243,254,217); }

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

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

 span { border-color: rgb(243,254,217); }

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