Html Css Color HEX #FDA0D7 Lavender Rose

📋 copy color: '#FDA0D7'

red 253 ◦ green 160 ◦ blue 215

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

Shades of Lavender Rose #FDA0D7

Tints of Lavender Rose #FDA0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.24%

R = 40.29%
G = 25.48%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDA0D7 (or 0xFDA0D7) is known color: Lavender Rose. HEX triplet: FD, A0 and D7. RGB value is (253,160,215). Sum of RGB (Red+Green+Blue) = 253+160+215=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 160 (62.89% from 255 or 25.48% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0D7 is #025F28. Grayscale: #C1C1C1. Windows color (decimal): -155433 or 14131453. OLE color: 14131453.

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

Color convert

RGB 253 160 215 -
CMYK 0 0.37 0.15 0.01
HSL 324.52º 0.96% 0.81% -
HSV(B) 324.52º 0.37% 0.99% -
XYZ 65.34 50.93 70.68 -
YUV 194.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 253 160 215 0 0.37 0.15 0.01 324.52 0.96 0.81
Hex FD A0 D7 0 25 F 1 145 60 51
Octal 375 240 327 0 45 17 1 505 140 121
Binary 11111101 10100000 11010111 0 100101 1111 1 101000101 1100000 1010001

Color Harmonies of #FDA0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA0D7

Black with #FDA0D7

Text Example


Text Example

White with #FDA0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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