#FFAFEB

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

Shades of Lavender Rose #FFAFEB

Tints of Lavender Rose #FFAFEB

Color information

#FFAFEB (or 0xFFAFEB) is unknown color: approx Lavender Rose. HEX triplet: FF, AF and EB. RGB value is (255,175,235). Sum of RGB (Red+Green+Blue) = 255+175+235=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 175 (68.75% from 255 or 26.32% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFEB is #005014. Grayscale: #CDCDCD. Windows color (decimal): -20501 or 15446015. OLE color: 15446015.

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

Color convert

RGB255175235-
CMYK00.310.080
HSL315º100%84.31%-
HSV(B)315º31.37%100%-
XYZ71.5757.9286-
YUV205.76144.5163.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 175 (68.75% from 255) = 26.32%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=38.35%
G=26.32%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517523500.310.08031510084.31
HexFFAFEB01F8013b6454
Octal377257353037100473144124
Binary1111111110101111111010110111111000010011101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFEB; }

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

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

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

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

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

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

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

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