#FFAFE9

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

Shades of Lavender Rose #FFAFE9

Tints of Lavender Rose #FFAFE9

Color information

#FFAFE9 (or 0xFFAFE9) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and E9. RGB value is (255,175,233). Sum of RGB (Red+Green+Blue) = 255+175+233=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 175 (68.75% from 255 or 26.40% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFE9 is #005016. Grayscale: #CDCDCD. Windows color (decimal): -20503 or 15314943. OLE color: 15314943.

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

Color convert

RGB255175233-
CMYK00.310.090
HSL316.5º100%84.31%-
HSV(B)316.5º31.37%100%-
XYZ71.2857.884.49-
YUV205.53143.5163.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 175 (68.75% from 255) = 26.40%
BLUE value IS 233 (91.41% from 255) = 35.14%
R=38.46%
G=26.40%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517523300.310.090316.510084.31
HexFFAFE901F9013c6454
Octal377257351037110474144124
Binary1111111110101111111010010111111001010011110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFE9; }

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

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

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

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

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

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

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

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