#FFADEB

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

Shades of Lavender Rose #FFADEB

Tints of Lavender Rose #FFADEB

Color information

#FFADEB (or 0xFFADEB) is unknown color: approx Lavender Rose. HEX triplet: FF, AD and EB. RGB value is (255,173,235). Sum of RGB (Red+Green+Blue) = 255+173+235=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADEB is #005214. Grayscale: #CCCCCC. Windows color (decimal): -21013 or 15445503. OLE color: 15445503.

HSL color Cylindrical-coordinate representation of color #FFADEB: hue angle of 314.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADEB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255173235-
CMYK00.320.080
HSL314.63º100%83.92%-
HSV(B)314.63º32.16%100%-
XYZ71.1857.1585.88-
YUV204.59145.17163.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 173 (67.97% from 255) = 26.09%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=38.46%
G=26.09%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517323500.320.080314.6310083.92
HexFFADEB0208013b6454
Octal377255353040100473144124
Binary11111111101011011110101101000001000010011101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADEB; }

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

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

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

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

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

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

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

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