#FFAFE7

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

Shades of Lavender Rose #FFAFE7

Tints of Lavender Rose #FFAFE7

Color information

#FFAFE7 (or 0xFFAFE7) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and E7. RGB value is (255,175,231). Sum of RGB (Red+Green+Blue) = 255+175+231=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 175 (68.75% from 255 or 26.48% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFE7 is #005018. Grayscale: #CDCDCD. Windows color (decimal): -20505 or 15183871. OLE color: 15183871.

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

Color convert

RGB255175231-
CMYK00.310.090
HSL318º100%84.31%-
HSV(B)318º31.37%100%-
XYZ70.9957.6982.99-
YUV205.3142.5163.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 175 (68.75% from 255) = 26.48%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=38.58%
G=26.48%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517523100.310.09031810084.31
HexFFAFE701F9013e6454
Octal377257347037110476144124
Binary1111111110101111111001110111111001010011111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFE7; }

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

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

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

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

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

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

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

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