#F7AFFA

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

Shades of Lavender Rose #F7AFFA

Tints of Lavender Rose #F7AFFA

Color information

#F7AFFA (or 0xF7AFFA) is unknown color: approx Lavender Rose. HEX triplet: F7, AF and FA. RGB value is (247,175,250). Sum of RGB (Red+Green+Blue) = 247+175+250=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 175 (68.75% from 255 or 26.04% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7AFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AFFA is #085005. Grayscale: #CCCCCC. Windows color (decimal): -544774 or 16429047. OLE color: 16429047.

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

Color convert

RGB247175250-
CMYK0.010.300.02
HSL297.6º88.24%83.33%-
HSV(B)297.6º30%98.04%-
XYZ70.9457.3497.77-
YUV205.08153.35157.9-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.76%
GREEN value IS 175 (68.75% from 255) = 26.04%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=36.76%
G=26.04%
B=37.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471752500.010.300.02297.688.2483.33
HexF7AFFA11E0212a5853
Octal36725737213602452130123
Binary11110111101011111111101011111001010010101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AFFA; }

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

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

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

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

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

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

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

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