Html Css Color HEX #FF8FDA Lavender Rose

📋 copy color: '#FF8FDA'

red 255 ◦ green 143 ◦ blue 218

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

Shades of Lavender Rose #FF8FDA

Tints of Lavender Rose #FF8FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.21%

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

R = 41.4%
G = 23.21%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF8FDA (or 0xFF8FDA) is known color: Lavender Rose. HEX triplet: FF, 8F and DA. RGB value is (255,143,218). Sum of RGB (Red+Green+Blue) = 255+143+218=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FDA is #007025. Grayscale: #B8B8B8. Windows color (decimal): -28710 or 14323711. OLE color: 14323711.

HSL color Cylindrical-coordinate representation of color #FF8FDA: hue angle of 319.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FDA is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 143 218 -
CMYK 0 0.44 0.15 0
HSL 319.82º 1% 0.78% -
HSV(B) 319.82º 0.44% 1% -
XYZ 63.72 45.97 71.84 -
YUV 185.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 255 143 218 0 0.44 0.15 0 319.82 1 0.78
Hex FF 8F DA 0 2C F 0 140 64 4E
Octal 377 217 332 0 54 17 0 500 144 116
Binary 11111111 10001111 11011010 0 101100 1111 0 101000000 1100100 1001110

Color Harmonies of #FF8FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8FDA

Black with #FF8FDA

Text Example


Text Example

White with #FF8FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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