Html Css Color HEX #FF9FDA Lavender Rose

📋 copy color: '#FF9FDA'

red 255 ◦ green 159 ◦ blue 218

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

Shades of Lavender Rose #FF9FDA

Tints of Lavender Rose #FF9FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.49%

R = 40.35%
G = 25.16%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF9FDA (or 0xFF9FDA) is known color: Lavender Rose. HEX triplet: FF, 9F and DA. RGB value is (255,159,218). Sum of RGB (Red+Green+Blue) = 255+159+218=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FDA is #006025. Grayscale: #C2C2C2. Windows color (decimal): -24614 or 14327807. OLE color: 14327807.

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

Color convert

RGB 255 159 218 -
CMYK 0 0.38 0.15 0
HSL 323.13º 1% 0.81% -
HSV(B) 323.13º 0.38% 1% -
XYZ 66.29 51.12 72.7 -
YUV 194.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 255 159 218 0 0.38 0.15 0 323.13 1 0.81
Hex FF 9F DA 0 26 F 0 143 64 51
Octal 377 237 332 0 46 17 0 503 144 121
Binary 11111111 10011111 11011010 0 100110 1111 0 101000011 1100100 1010001

Color Harmonies of #FF9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9FDA

Black with #FF9FDA

Text Example


Text Example

White with #FF9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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