#F7ADFA

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

Shades of Lavender Rose #F7ADFA

Tints of Lavender Rose #F7ADFA

Color information

#F7ADFA (or 0xF7ADFA) is unknown color: approx Lavender Rose. HEX triplet: F7, AD and FA. RGB value is (247,173,250). Sum of RGB (Red+Green+Blue) = 247+173+250=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7ADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ADFA is #085205. Grayscale: #CBCBCB. Windows color (decimal): -545286 or 16428535. OLE color: 16428535.

HSL color Cylindrical-coordinate representation of color #F7ADFA: hue angle of 297.66º 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 #F7ADFA is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247173250-
CMYK0.010.3100.02
HSL297.66º88.51%82.94%-
HSV(B)297.66º30.8%98.04%-
XYZ70.5656.5697.64-
YUV203.9154.02158.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.87%
GREEN value IS 173 (67.97% from 255) = 25.82%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=36.87%
G=25.82%
B=37.31%

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
Decimal2471732500.010.3100.02297.6688.5182.94
HexF7ADFA11F0212a5953
Octal36725537213702452131123
Binary11110111101011011111101011111101010010101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADFA; }

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

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

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

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

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

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

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

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