#F5FDDB

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

Shades of Rice Flower #F5FDDB

Tints of Rice Flower #F5FDDB

Color information

#F5FDDB (or 0xF5FDDB) is unknown color: approx Rice Flower. HEX triplet: F5, FD and DB. RGB value is (245,253,219). Sum of RGB (Red+Green+Blue) = 245+253+219=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 219 (85.94% from 255 or 30.54% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDDB is #0A0224. Grayscale: #F6F6F6. Windows color (decimal): -655909 or 14417397. OLE color: 14417397.

HSL color Cylindrical-coordinate representation of color #F5FDDB: hue angle of 74.12º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5FDDB is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB245253219-
CMYK0.0300.130.01
HSL74.12º89.47%92.55%-
HSV(B)74.12º13.44%99.22%-
XYZ85.5794.7880.8-
YUV246.73112.35126.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.17%
GREEN value IS 253 (99.22% from 255) = 35.29%
BLUE value IS 219 (85.94% from 255) = 30.54%
R=34.17%
G=35.29%
B=30.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452532190.0300.130.0174.1289.4792.55
HexF5FDDB30D14a595d
Octal36537533330151112131135
Binary11110101111111011101101111011011100101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDDB; }

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

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

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

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

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

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

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

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