#F5FCDA

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

Shades of Rice Flower #F5FCDA

Tints of Rice Flower #F5FCDA

Color information

#F5FCDA (or 0xF5FCDA) is unknown color: approx Rice Flower. HEX triplet: F5, FC and DA. RGB value is (245,252,218). Sum of RGB (Red+Green+Blue) = 245+252+218=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 218 (85.55% from 255 or 30.49% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCDA is #0A0325. Grayscale: #F6F6F6. Windows color (decimal): -656166 or 14351605. OLE color: 14351605.

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

Color convert

RGB245252218-
CMYK0.0300.130.01
HSL72.35º85%92.16%-
HSV(B)72.35º13.49%98.82%-
XYZ85.1294.180.01-
YUV246.03112.18127.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.27%
GREEN value IS 252 (98.83% from 255) = 35.24%
BLUE value IS 218 (85.55% from 255) = 30.49%
R=34.27%
G=35.24%
B=30.49%

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
Decimal2452522180.0300.130.0172.358592.16
HexF5FCDA30D148555c
Octal36537433230151110125134
Binary11110101111111001101101011011011100100010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCDA; }

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

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

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

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

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

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

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

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