#FFAFE8

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

Shades of Lavender Rose #FFAFE8

Tints of Lavender Rose #FFAFE8

Color information

#FFAFE8 (or 0xFFAFE8) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and E8. RGB value is (255,175,232). Sum of RGB (Red+Green+Blue) = 255+175+232=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 175 (68.75% from 255 or 26.44% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFE8 is #005017. Grayscale: #CDCDCD. Windows color (decimal): -20504 or 15249407. OLE color: 15249407.

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

Color convert

RGB255175232-
CMYK00.310.090
HSL317.25º100%84.31%-
HSV(B)317.25º31.37%100%-
XYZ71.1457.7583.74-
YUV205.42143163.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 175 (68.75% from 255) = 26.44%
BLUE value IS 232 (91.02% from 255) = 35.05%
R=38.52%
G=26.44%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517523200.310.090317.2510084.31
HexFFAFE801F9013d6454
Octal377257350037110475144124
Binary1111111110101111111010000111111001010011110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFE8; }

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

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

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

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

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

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

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

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