#FFAFFE

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

Shades of Lavender Rose #FFAFFE

Tints of Lavender Rose #FFAFFE

Color information

#FFAFFE (or 0xFFAFFE) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and FE. RGB value is (255,175,254). Sum of RGB (Red+Green+Blue) = 255+175+254=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 175 (68.75% from 255 or 25.58% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFFE is #005001. Grayscale: #CFCFCF. Windows color (decimal): -20482 or 16691199. OLE color: 16691199.

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

Color convert

RGB255175254-
CMYK00.310.000
HSL300.75º100%84.31%-
HSV(B)300.75º31.37%100%-
XYZ74.4659.08101.24-
YUV207.93154161.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 175 (68.75% from 255) = 25.58%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=37.28%
G=25.58%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517525400.310.000300.7510084.31
HexFFAFFE01F0012d6454
Octal37725737603700455144124
Binary1111111110101111111111100111110010010110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFFE; }

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

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

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

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

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

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

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

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