#F3FECC

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

Shades of Rice Flower #F3FECC

Tints of Rice Flower #F3FECC

Color information

#F3FECC (or 0xF3FECC) is unknown color: approx Rice Flower. HEX triplet: F3, FE and CC. RGB value is (243,254,204). Sum of RGB (Red+Green+Blue) = 243+254+204=701 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.66% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 204 (80.08% from 255 or 29.10% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FECC is #0C0133. Grayscale: #F5F5F5. Windows color (decimal): -786740 or 13434611. OLE color: 13434611.

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

Color convert

RGB243254204-
CMYK0.0400.200.00
HSL73.2º96.15%89.8%-
HSV(B)73.2º19.69%99.61%-
XYZ83.394.370.94-
YUV245.01104.86126.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.66%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 204 (80.08% from 255) = 29.10%
R=34.66%
G=36.23%
B=29.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432542040.0400.200.0073.296.1589.8
HexF3FECC4014049605a
Octal36337631440240111140132
Binary1111001111111110110011001000101000100100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FECC; }

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

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

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

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

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

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

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

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