#F3FED3

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

Shades of Rice Flower #F3FED3

Tints of Rice Flower #F3FED3

Color information

#F3FED3 (or 0xF3FED3) is unknown color: approx Rice Flower. HEX triplet: F3, FE and D3. RGB value is (243,254,211). Sum of RGB (Red+Green+Blue) = 243+254+211=708 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.32% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 211 (82.81% from 255 or 29.80% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FED3 is #0C012C. Grayscale: #F5F5F5. Windows color (decimal): -786733 or 13893363. OLE color: 13893363.

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

Color convert

RGB243254211-
CMYK0.0400.170.00
HSL75.35º95.56%91.18%-
HSV(B)75.35º16.93%99.61%-
XYZ84.1694.6475.46-
YUV245.81108.36126-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.32%
GREEN value IS 254 (99.61% from 255) = 35.88%
BLUE value IS 211 (82.81% from 255) = 29.80%
R=34.32%
G=35.88%
B=29.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432542110.0400.170.0075.3595.5691.18
HexF3FED3401104b605b
Octal36337632340210113140133
Binary1111001111111110110100111000100010100101111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FED3; }

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

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

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

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

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

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

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

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