#F8AFF2

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

Shades of Lavender Rose #F8AFF2

Tints of Lavender Rose #F8AFF2

Color information

#F8AFF2 (or 0xF8AFF2) is unknown color: approx Lavender Rose. HEX triplet: F8, AF and F2. RGB value is (248,175,242). Sum of RGB (Red+Green+Blue) = 248+175+242=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 175 (68.75% from 255 or 26.32% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AFF2 is #07500D. Grayscale: #CCCCCC. Windows color (decimal): -479246 or 15904760. OLE color: 15904760.

HSL color Cylindrical-coordinate representation of color #F8AFF2: hue angle of 304.93º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8AFF2 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB248175242-
CMYK00.290.020.03
HSL304.93º83.91%82.94%-
HSV(B)304.93º29.44%97.25%-
XYZ70.0757.0391.32-
YUV204.46149.18159.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.29%
GREEN value IS 175 (68.75% from 255) = 26.32%
BLUE value IS 242 (94.92% from 255) = 36.39%
R=37.29%
G=26.32%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817524200.290.020.03304.9383.9182.94
HexF8AFF201D231315453
Octal37025736203523461124123
Binary111110001010111111110010011101101110011000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AFF2; }

 p { color: rgb(248,175,242); }

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

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

 a { background-color: rgb(248,175,242); }

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

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

 span { border-color: rgb(248,175,242); }

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