#F5FDDA

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

Shades of Rice Flower #F5FDDA

Tints of Rice Flower #F5FDDA

Color information

#F5FDDA (or 0xF5FDDA) is unknown color: approx Rice Flower. HEX triplet: F5, FD and DA. RGB value is (245,253,218). Sum of RGB (Red+Green+Blue) = 245+253+218=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 218 (85.55% from 255 or 30.45% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDDA is #0A0225. Grayscale: #F6F6F6. Windows color (decimal): -655910 or 14351861. OLE color: 14351861.

HSL color Cylindrical-coordinate representation of color #F5FDDA: hue angle of 73.71º 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 #F5FDDA is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB245253218-
CMYK0.0300.140.01
HSL73.71º89.74%92.35%-
HSV(B)73.71º13.83%99.22%-
XYZ85.4494.7280.11-
YUV246.62111.85126.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.22%
GREEN value IS 253 (99.22% from 255) = 35.34%
BLUE value IS 218 (85.55% from 255) = 30.45%
R=34.22%
G=35.34%
B=30.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452532180.0300.140.0173.7189.7492.35
HexF5FDDA30E14a5a5c
Octal36537533230161112132134
Binary11110101111111011101101011011101100101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDDA; }

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

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

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

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

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

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

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

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