Html Css Color HEX #FF9FDD Lavender Rose

📋 copy color: '#FF9FDD'

red 255 ◦ green 159 ◦ blue 221

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

Shades of Lavender Rose #FF9FDD

Tints of Lavender Rose #FF9FDD

RGB

 RED value IS 255 (100% from 255) = 40.16%

 GREEN value IS 159 (62.5% from 255) = 25.04%

 BLUE value IS 221 (86.72% from 255) = 34.8%

R = 40.16%
G = 25.04%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF9FDD (or 0xFF9FDD) is known color: Lavender Rose. HEX triplet: FF, 9F and DD. RGB value is (255,159,221). Sum of RGB (Red+Green+Blue) = 255+159+221=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FDD is #006022. Grayscale: #C2C2C2. Windows color (decimal): -24611 or 14524415. OLE color: 14524415.

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

Color convert

RGB 255 159 221 -
CMYK 0 0.38 0.13 0
HSL 321.25º 1% 0.81% -
HSV(B) 321.25º 0.38% 1% -
XYZ 66.69 51.28 74.79 -
YUV 194.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 255 159 221 0 0.38 0.13 0 321.25 1 0.81
Hex FF 9F DD 0 26 D 0 141 64 51
Octal 377 237 335 0 46 15 0 501 144 121
Binary 11111111 10011111 11011101 0 100110 1101 0 101000001 1100100 1010001

Color Harmonies of #FF9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9FDD

Black with #FF9FDD

Text Example


Text Example

White with #FF9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9FDD; }

 p { color: rgb(255,159,221); }

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

background-color css

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

 a { background-color: rgb(255,159,221); }

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

border-color css

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

 span { border-color: rgb(255,159,221); }

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