#FDA0DC

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

Shades of Lavender Rose #FDA0DC

Tints of Lavender Rose #FDA0DC

Color information

#FDA0DC (or 0xFDA0DC) is unknown color: approx Lavender Rose. HEX triplet: FD, A0 and DC. RGB value is (253,160,220). Sum of RGB (Red+Green+Blue) = 253+160+220=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0DC is #025F23. Grayscale: #C2C2C2. Windows color (decimal): -155428 or 14459133. OLE color: 14459133.

HSL color Cylindrical-coordinate representation of color #FDA0DC: hue angle of 321.29º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDA0DC is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253160220-
CMYK00.370.130.01
HSL321.29º95.88%80.98%-
HSV(B)321.29º36.76%99.22%-
XYZ6651.1974.11-
YUV194.65142.31169.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 160 (62.89% from 255) = 25.28%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=39.97%
G=25.28%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316022000.370.130.01321.2995.8880.98
HexFDA0DC025D11416051
Octal375240334045151501140121
Binary11111101101000001101110001001011101110100000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA0DC; }

 p { color: rgb(253,160,220); }

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

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

 a { background-color: rgb(253,160,220); }

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

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

 span { border-color: rgb(253,160,220); }

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