#FFAFE6

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

Shades of Lavender Rose #FFAFE6

Tints of Lavender Rose #FFAFE6

Color information

#FFAFE6 (or 0xFFAFE6) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and E6. RGB value is (255,175,230). Sum of RGB (Red+Green+Blue) = 255+175+230=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 175 (68.75% from 255 or 26.52% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFE6 is #005019. Grayscale: #CDCDCD. Windows color (decimal): -20506 or 15118335. OLE color: 15118335.

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

Color convert

RGB255175230-
CMYK00.310.100
HSL318.75º100%84.31%-
HSV(B)318.75º31.37%100%-
XYZ70.8557.6382.25-
YUV205.19142163.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 175 (68.75% from 255) = 26.52%
BLUE value IS 230 (90.23% from 255) = 34.85%
R=38.64%
G=26.52%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517523000.310.100318.7510084.31
HexFFAFE601FA013f6454
Octal377257346037120477144124
Binary1111111110101111111001100111111010010011111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFE6; }

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

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

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

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

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

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

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

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