#F3FFCE

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

Shades of Rice Flower #F3FFCE

Tints of Rice Flower #F3FFCE

Color information

#F3FFCE (or 0xF3FFCE) is unknown color: approx Rice Flower. HEX triplet: F3, FF and CE. RGB value is (243,255,206). Sum of RGB (Red+Green+Blue) = 243+255+206=704 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.52% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 206 (80.86% from 255 or 29.26% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFCE is #0C0031. Grayscale: #F6F6F6. Windows color (decimal): -786482 or 13565939. OLE color: 13565939.

HSL color Cylindrical-coordinate representation of color #F3FFCE: hue angle of 74.69º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3FFCE is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB243255206-
CMYK0.0500.190
HSL74.69º100%90.39%-
HSV(B)74.69º19.22%100%-
XYZ83.8695.0372.32-
YUV245.83105.52125.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.52%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 206 (80.86% from 255) = 29.26%
R=34.52%
G=36.22%
B=29.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432552060.0500.19074.6910090.39
HexF3FFCE501304b645a
Octal36337731650230113144132
Binary1111001111111111110011101010100110100101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FFCE; }

 p { color: rgb(243,255,206); }

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

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

 a { background-color: rgb(243,255,206); }

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

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

 span { border-color: rgb(243,255,206); }

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