#FFAFE0

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

Shades of Lavender Rose #FFAFE0

Tints of Lavender Rose #FFAFE0

Color information

#FFAFE0 (or 0xFFAFE0) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and E0. RGB value is (255,175,224). Sum of RGB (Red+Green+Blue) = 255+175+224=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFE0 is #00501F. Grayscale: #CCCCCC. Windows color (decimal): -20512 or 14725119. OLE color: 14725119.

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

Color convert

RGB255175224-
CMYK00.310.120
HSL323.25º100%84.31%-
HSV(B)323.25º31.37%100%-
XYZ70.0257.377.89-
YUV204.51139164.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 175 (68.75% from 255) = 26.76%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=38.99%
G=26.76%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517522400.310.120323.2510084.31
HexFFAFE001FC01436454
Octal377257340037140503144124
Binary1111111110101111111000000111111100010100001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFE0; }

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

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

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

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

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

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

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

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