Html Css Color HEX #FF9FD6 Lavender Pink

📋 copy color: '#FF9FD6'

red 255 ◦ green 159 ◦ blue 214

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

Shades of Lavender Pink #FF9FD6

Tints of Lavender Pink #FF9FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.08%

R = 40.61%
G = 25.32%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF9FD6 (or 0xFF9FD6) is known color: Lavender Pink. HEX triplet: FF, 9F and D6. RGB value is (255,159,214). Sum of RGB (Red+Green+Blue) = 255+159+214=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FD6 is #006029. Grayscale: #C1C1C1. Windows color (decimal): -24618 or 14065663. OLE color: 14065663.

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

Color convert

RGB 255 159 214 -
CMYK 0 0.38 0.16 0
HSL 325.63º 1% 0.81% -
HSV(B) 325.63º 0.38% 1% -
XYZ 65.78 50.91 69.98 -
YUV 193.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 255 159 214 0 0.38 0.16 0 325.63 1 0.81
Hex FF 9F D6 0 26 10 0 146 64 51
Octal 377 237 326 0 46 20 0 506 144 121
Binary 11111111 10011111 11010110 0 100110 10000 0 101000110 1100100 1010001

Color Harmonies of #FF9FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9FD6

Black with #FF9FD6

Text Example


Text Example

White with #FF9FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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