Html Css Color HEX #FDA0D9 Lavender Rose

📋 copy color: '#FDA0D9'

red 253 ◦ green 160 ◦ blue 217

#FDA0D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FDA0D9

Tints of Lavender Rose #FDA0D9

RGB

 RED value IS 253 (99.22% from 255) = 40.16%

 GREEN value IS 160 (62.89% from 255) = 25.4%

 BLUE value IS 217 (85.16% from 255) = 34.44%

R = 40.16%
G = 25.4%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDA0D9 (or 0xFDA0D9) is known color: Lavender Rose. HEX triplet: FD, A0 and D9. RGB value is (253,160,217). Sum of RGB (Red+Green+Blue) = 253+160+217=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0D9 is #025F26. Grayscale: #C2C2C2. Windows color (decimal): -155431 or 14262525. OLE color: 14262525.

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

Color convert

RGB 253 160 217 -
CMYK 0 0.37 0.14 0.01
HSL 323.23º 0.96% 0.81% -
HSV(B) 323.23º 0.37% 0.99% -
XYZ 65.6 51.03 72.04 -
YUV 194.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 253 160 217 0 0.37 0.14 0.01 323.23 0.96 0.81
Hex FD A0 D9 0 25 E 1 143 60 51
Octal 375 240 331 0 45 16 1 503 140 121
Binary 11111101 10100000 11011001 0 100101 1110 1 101000011 1100000 1010001

Color Harmonies of #FDA0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA0D9

Black with #FDA0D9

Text Example


Text Example

White with #FDA0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA0D9; }

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

 H1.HeaderClassName
 {
   color: #FDA0D9;
 }
 .AnyTagClassName
 {
   color: #FDA0D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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