#FFADFD

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

Shades of Lavender Rose #FFADFD

Tints of Lavender Rose #FFADFD

Color information

#FFADFD (or 0xFFADFD) is unknown color: approx Lavender Rose. HEX triplet: FF, AD and FD. RGB value is (255,173,253). Sum of RGB (Red+Green+Blue) = 255+173+253=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 173 (67.97% from 255 or 25.40% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADFD is #005202. Grayscale: #CECECE. Windows color (decimal): -20995 or 16625151. OLE color: 16625151.

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

Color convert

RGB255173253-
CMYK00.320.010
HSL301.46º100%83.92%-
HSV(B)301.46º32.16%100%-
XYZ73.9158.24100.27-
YUV206.64154.17162.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 173 (67.97% from 255) = 25.40%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=37.44%
G=25.40%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517325300.320.010301.4610083.92
HexFFADFD0201012d6454
Octal37725537504010455144124
Binary11111111101011011111110101000001010010110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADFD; }

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

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

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

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

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

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

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

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