Html Css Color HEX #FF9FD4 Lavender Pink

📋 copy color: '#FF9FD4'

red 255 ◦ green 159 ◦ blue 212

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

Shades of Lavender Pink #FF9FD4

Tints of Lavender Pink #FF9FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.87%

R = 40.73%
G = 25.4%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF9FD4 (or 0xFF9FD4) is known color: Lavender Pink. HEX triplet: FF, 9F and D4. RGB value is (255,159,212). Sum of RGB (Red+Green+Blue) = 255+159+212=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FD4 is #00602B. Grayscale: #C1C1C1. Windows color (decimal): -24620 or 13934591. OLE color: 13934591.

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

Color convert

RGB 255 159 212 -
CMYK 0 0.38 0.17 0
HSL 326.88º 1% 0.81% -
HSV(B) 326.88º 0.38% 1% -
XYZ 65.52 50.81 68.64 -
YUV 193.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 255 159 212 0 0.38 0.17 0 326.88 1 0.81
Hex FF 9F D4 0 26 11 0 147 64 51
Octal 377 237 324 0 46 21 0 507 144 121
Binary 11111111 10011111 11010100 0 100110 10001 0 101000111 1100100 1010001

Color Harmonies of #FF9FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9FD4

Black with #FF9FD4

Text Example


Text Example

White with #FF9FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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