Html Css Color HEX #FF9FDF Lavender Rose

📋 copy color: '#FF9FDF'

red 255 ◦ green 159 ◦ blue 223

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

Shades of Lavender Rose #FF9FDF

Tints of Lavender Rose #FF9FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.01%

R = 40.03%
G = 24.96%
B = 35.01%

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

#FF9FDF (or 0xFF9FDF) is known color: Lavender Rose. HEX triplet: FF, 9F and DF. RGB value is (255,159,223). Sum of RGB (Red+Green+Blue) = 255+159+223=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FDF is #006020. Grayscale: #C2C2C2. Windows color (decimal): -24609 or 14655487. OLE color: 14655487.

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

Color convert

RGB 255 159 223 -
CMYK 0 0.38 0.13 0
HSL 320º 1% 0.81% -
HSV(B) 320º 0.38% 1% -
XYZ 66.96 51.38 76.2 -
YUV 195 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 255 159 223 0 0.38 0.13 0 320 1 0.81
Hex FF 9F DF 0 26 D 0 140 64 51
Octal 377 237 337 0 46 15 0 500 144 121
Binary 11111111 10011111 11011111 0 100110 1101 0 101000000 1100100 1010001

Color Harmonies of #FF9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9FDF

Black with #FF9FDF

Text Example


Text Example

White with #FF9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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