Html Css Color HEX #FF9FDC Lavender Rose

📋 copy color: '#FF9FDC'

red 255 ◦ green 159 ◦ blue 220

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

Shades of Lavender Rose #FF9FDC

Tints of Lavender Rose #FF9FDC

RGB

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

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

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

R = 40.22%
G = 25.08%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF9FDC (or 0xFF9FDC) is known color: Lavender Rose. HEX triplet: FF, 9F and DC. RGB value is (255,159,220). Sum of RGB (Red+Green+Blue) = 255+159+220=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FDC is #006023. Grayscale: #C2C2C2. Windows color (decimal): -24612 or 14458879. OLE color: 14458879.

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

Color convert

RGB 255 159 220 -
CMYK 0 0.38 0.14 0
HSL 321.88º 1% 0.81% -
HSV(B) 321.88º 0.38% 1% -
XYZ 66.56 51.22 74.09 -
YUV 194.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 255 159 220 0 0.38 0.14 0 321.88 1 0.81
Hex FF 9F DC 0 26 E 0 142 64 51
Octal 377 237 334 0 46 16 0 502 144 121
Binary 11111111 10011111 11011100 0 100110 1110 0 101000010 1100100 1010001

Color Harmonies of #FF9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9FDC

Black with #FF9FDC

Text Example


Text Example

White with #FF9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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