#F8ADFA

Color #F8ADFA Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F8ADFA

Tints of Lavender Rose #F8ADFA

Color information

#F8ADFA (or 0xF8ADFA) is unknown color: approx Lavender Rose. HEX triplet: F8, AD and FA. RGB value is (248,173,250). Sum of RGB (Red+Green+Blue) = 248+173+250=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 173 (67.97% from 255 or 25.78% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8ADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADFA is #075205. Grayscale: #CBCBCB. Windows color (decimal): -479750 or 16428536. OLE color: 16428536.

HSL color Cylindrical-coordinate representation of color #F8ADFA: hue angle of 298.44º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ADFA is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248173250-
CMYK0.010.3100.02
HSL298.44º88.51%82.94%-
HSV(B)298.44º30.8%98.04%-
XYZ70.9156.7597.66-
YUV204.2153.85159.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.96%
GREEN value IS 173 (67.97% from 255) = 25.78%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=36.96%
G=25.78%
B=37.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481732500.010.3100.02298.4488.5182.94
HexF8ADFA11F0212a5953
Octal37025537213702452131123
Binary11111000101011011111101011111101010010101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ADFA; }

 p { color: rgb(248,173,250); }

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

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

 a { background-color: rgb(248,173,250); }

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

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

 span { border-color: rgb(248,173,250); }

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