Html Css Color HEX #FD9ADC Lavender Rose

📋 copy color: '#FD9ADC'

red 253 ◦ green 154 ◦ blue 220

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

Shades of Lavender Rose #FD9ADC

Tints of Lavender Rose #FD9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.56%

 BLUE value IS 220 (86.33% from 255) = 35.09%

R = 40.35%
G = 24.56%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD9ADC (or 0xFD9ADC) is known color: Lavender Rose. HEX triplet: FD, 9A and DC. RGB value is (253,154,220). Sum of RGB (Red+Green+Blue) = 253+154+220=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 154 (60.55% from 255 or 24.56% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9ADC is #026523. Grayscale: #BEBEBE. Windows color (decimal): -156964 or 14457597. OLE color: 14457597.

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

Color convert

RGB 253 154 220 -
CMYK 0 0.39 0.13 0.01
HSL 320º 0.96% 0.8% -
HSV(B) 320º 0.39% 0.99% -
XYZ 64.98 49.16 73.77 -
YUV 191.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 253 154 220 0 0.39 0.13 0.01 320 0.96 0.8
Hex FD 9A DC 0 27 D 1 140 60 50
Octal 375 232 334 0 47 15 1 500 140 120
Binary 11111101 10011010 11011100 0 100111 1101 1 101000000 1100000 1010000

Color Harmonies of #FD9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9ADC

Black with #FD9ADC

Text Example


Text Example

White with #FD9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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