Html Css Color HEX #FF8ED8 Lavender Rose

📋 copy color: '#FF8ED8'

red 255 ◦ green 142 ◦ blue 216

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

Shades of Lavender Rose #FF8ED8

Tints of Lavender Rose #FF8ED8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.16%

 BLUE value IS 216 (84.77% from 255) = 35.24%

R = 41.6%
G = 23.16%
B = 35.24%

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

#FF8ED8 (or 0xFF8ED8) is known color: Lavender Rose. HEX triplet: FF, 8E and D8. RGB value is (255,142,216). Sum of RGB (Red+Green+Blue) = 255+142+216=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 142 (55.86% from 255 or 23.16% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ED8 is #007127. Grayscale: #B8B8B8. Windows color (decimal): -28968 or 14192383. OLE color: 14192383.

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

Color convert

RGB 255 142 216 -
CMYK 0 0.44 0.15 0
HSL 320.71º 1% 0.78% -
HSV(B) 320.71º 0.44% 1% -
XYZ 63.31 45.56 70.42 -
YUV 184.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 255 142 216 0 0.44 0.15 0 320.71 1 0.78
Hex FF 8E D8 0 2C F 0 141 64 4E
Octal 377 216 330 0 54 17 0 501 144 116
Binary 11111111 10001110 11011000 0 101100 1111 0 101000001 1100100 1001110

Color Harmonies of #FF8ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8ED8

Black with #FF8ED8

Text Example


Text Example

White with #FF8ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8ED8; }

 p { color: rgb(255,142,216); }

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

background-color css

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

 a { background-color: rgb(255,142,216); }

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

border-color css

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

 span { border-color: rgb(255,142,216); }

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