#F3FFD7

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

Shades of Rice Flower #F3FFD7

Tints of Rice Flower #F3FFD7

Color information

#F3FFD7 (or 0xF3FFD7) is unknown color: approx Rice Flower. HEX triplet: F3, FF and D7. RGB value is (243,255,215). Sum of RGB (Red+Green+Blue) = 243+255+215=713 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.08% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 215 (84.38% from 255 or 30.15% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFD7 is #0C0028. Grayscale: #F6F6F6. Windows color (decimal): -786473 or 14155763. OLE color: 14155763.

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

Color convert

RGB243255215-
CMYK0.0500.160
HSL78º100%92.16%-
HSV(B)78º15.69%100%-
XYZ84.9995.4878.24-
YUV246.85110.02125.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.08%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 215 (84.38% from 255) = 30.15%
R=34.08%
G=35.76%
B=30.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432552150.0500.1607810092.16
HexF3FFD7501004e645c
Octal36337732750200116144134
Binary1111001111111111110101111010100000100111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FFD7; }

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

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

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

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

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

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

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

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