#FFAFFF

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

Shades of Lavender Rose #FFAFFF

Tints of Lavender Rose #FFAFFF

Color information

#FFAFFF (or 0xFFAFFF) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and FF. RGB value is (255,175,255). Sum of RGB (Red+Green+Blue) = 255+175+255=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 175 (68.75% from 255 or 25.55% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFFF is #005000. Grayscale: #CFCFCF. Windows color (decimal): -20481 or 16756735. OLE color: 16756735.

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

Color convert

RGB255175255-
CMYK00.3100
HSL300º100%84.31%-
HSV(B)300º31.37%100%-
XYZ74.6259.14102.09-
YUV208.04154.5161.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 175 (68.75% from 255) = 25.55%
BLUE value IS 255 (100% from 255) = 37.23%
R=37.23%
G=25.55%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517525500.310030010084.31
HexFFAFFF01F0012c6454
Octal37725737703700454144124
Binary1111111110101111111111110111110010010110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFFF; }

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

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

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

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

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

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

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

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