#FFAFF6

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

Shades of Lavender Rose #FFAFF6

Tints of Lavender Rose #FFAFF6

Color information

#FFAFF6 (or 0xFFAFF6) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and F6. RGB value is (255,175,246). Sum of RGB (Red+Green+Blue) = 255+175+246=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 175 (68.75% from 255 or 25.89% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFF6 is #005009. Grayscale: #CECECE. Windows color (decimal): -20490 or 16166911. OLE color: 16166911.

HSL color Cylindrical-coordinate representation of color #FFAFF6: hue angle of 306.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFAFF6 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255175246-
CMYK00.310.040
HSL306.75º100%84.31%-
HSV(B)306.75º31.37%100%-
XYZ73.258.5794.64-
YUV207.01150162.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 175 (68.75% from 255) = 25.89%
BLUE value IS 246 (96.48% from 255) = 36.39%
R=37.72%
G=25.89%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517524600.310.040306.7510084.31
HexFFAFF601F401336454
Octal37725736603740463144124
Binary111111111010111111110110011111100010011001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFF6; }

 p { color: rgb(255,175,246); }

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

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

 a { background-color: rgb(255,175,246); }

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

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

 span { border-color: rgb(255,175,246); }

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