#FFAFE1

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

Shades of Lavender Rose #FFAFE1

Tints of Lavender Rose #FFAFE1

Color information

#FFAFE1 (or 0xFFAFE1) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and E1. RGB value is (255,175,225). Sum of RGB (Red+Green+Blue) = 255+175+225=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFE1 is #00501E. Grayscale: #CCCCCC. Windows color (decimal): -20511 or 14790655. OLE color: 14790655.

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

Color convert

RGB255175225-
CMYK00.310.120
HSL322.5º100%84.31%-
HSV(B)322.5º31.37%100%-
XYZ70.1657.3678.61-
YUV204.62139.5163.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=38.93%
G=26.72%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517522500.310.120322.510084.31
HexFFAFE101FC01426454
Octal377257341037140502144124
Binary1111111110101111111000010111111100010100001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFE1; }

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

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

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

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

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

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

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

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