#F3FDDA

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

Shades of Rice Flower #F3FDDA

Tints of Rice Flower #F3FDDA

Color information

#F3FDDA (or 0xF3FDDA) is unknown color: approx Rice Flower. HEX triplet: F3, FD and DA. RGB value is (243,253,218). Sum of RGB (Red+Green+Blue) = 243+253+218=714 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.03% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 218 (85.55% from 255 or 30.53% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #F3FDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FDDA is #0C0225. Grayscale: #F6F6F6. Windows color (decimal): -786982 or 14351859. OLE color: 14351859.

HSL color Cylindrical-coordinate representation of color #F3FDDA: hue angle of 77.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3FDDA is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB243253218-
CMYK0.0400.140.01
HSL77.14º89.74%92.35%-
HSV(B)77.14º13.83%99.22%-
XYZ84.7494.3780.08-
YUV246.02112.19125.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.03%
GREEN value IS 253 (99.22% from 255) = 35.43%
BLUE value IS 218 (85.55% from 255) = 30.53%
R=34.03%
G=35.43%
B=30.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432532180.0400.140.0177.1489.7492.35
HexF3FDDA40E14d5a5c
Octal36337533240161115132134
Binary111100111111110111011010100011101100110110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FDDA; }

 p { color: rgb(243,253,218); }

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

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

 a { background-color: rgb(243,253,218); }

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

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

 span { border-color: rgb(243,253,218); }

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