#F5FAD8

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

Shades of Rice Flower #F5FAD8

Tints of Rice Flower #F5FAD8

Color information

#F5FAD8 (or 0xF5FAD8) is unknown color: approx Rice Flower. HEX triplet: F5, FA and D8. RGB value is (245,250,216). Sum of RGB (Red+Green+Blue) = 245+250+216=711 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.46% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 216 (84.77% from 255 or 30.38% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FAD8 is #0A0527. Grayscale: #F4F4F4. Windows color (decimal): -656680 or 14220021. OLE color: 14220021.

HSL color Cylindrical-coordinate representation of color #F5FAD8: hue angle of 68.82º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5FAD8 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB245250216-
CMYK0.0200.140.02
HSL68.82º77.27%91.37%-
HSV(B)68.82º13.6%98.04%-
XYZ84.2492.7478.43-
YUV244.63111.84128.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.46%
GREEN value IS 250 (98.05% from 255) = 35.16%
BLUE value IS 216 (84.77% from 255) = 30.38%
R=34.46%
G=35.16%
B=30.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452502160.0200.140.0268.8277.2791.37
HexF5FAD820E2454d5b
Octal36537233020162105115133
Binary111101011111101011011000100111010100010110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAD8; }

 p { color: rgb(245,250,216); }

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

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

 a { background-color: rgb(245,250,216); }

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

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

 span { border-color: rgb(245,250,216); }

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