Html Css Color HEX #FF8FDC Lavender Rose

📋 copy color: '#FF8FDC'

red 255 ◦ green 143 ◦ blue 220

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

Shades of Lavender Rose #FF8FDC

Tints of Lavender Rose #FF8FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.6%

R = 41.26%
G = 23.14%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF8FDC (or 0xFF8FDC) is known color: Lavender Rose. HEX triplet: FF, 8F and DC. RGB value is (255,143,220). Sum of RGB (Red+Green+Blue) = 255+143+220=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FDC is #007023. Grayscale: #B9B9B9. Windows color (decimal): -28708 or 14454783. OLE color: 14454783.

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

Color convert

RGB 255 143 220 -
CMYK 0 0.44 0.14 0
HSL 318.75º 1% 0.78% -
HSV(B) 318.75º 0.44% 1% -
XYZ 63.98 46.07 73.23 -
YUV 185.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 255 143 220 0 0.44 0.14 0 318.75 1 0.78
Hex FF 8F DC 0 2C E 0 13F 64 4E
Octal 377 217 334 0 54 16 0 477 144 116
Binary 11111111 10001111 11011100 0 101100 1110 0 100111111 1100100 1001110

Color Harmonies of #FF8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8FDC

Black with #FF8FDC

Text Example


Text Example

White with #FF8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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