#F5FADC

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

Shades of Rice Flower #F5FADC

Tints of Rice Flower #F5FADC

Color information

#F5FADC (or 0xF5FADC) is unknown color: approx Rice Flower. HEX triplet: F5, FA and DC. RGB value is (245,250,220). Sum of RGB (Red+Green+Blue) = 245+250+220=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 220 (86.33% from 255 or 30.77% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FADC is #0A0523. Grayscale: #F5F5F5. Windows color (decimal): -656676 or 14482165. OLE color: 14482165.

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

Color convert

RGB245250220-
CMYK0.0200.120.02
HSL70º75%92.16%-
HSV(B)70º12%98.04%-
XYZ84.7692.9581.18-
YUV245.08113.84127.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.27%
GREEN value IS 250 (98.05% from 255) = 34.97%
BLUE value IS 220 (86.33% from 255) = 30.77%
R=34.27%
G=34.97%
B=30.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452502200.0200.120.02707592.16
HexF5FADC20C2464b5c
Octal36537233420142106113134
Binary111101011111101011011100100110010100011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FADC; }

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

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

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

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

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

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

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

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