Html Css Color HEX #FE8FD8 Lavender Rose

📋 copy color: '#FE8FD8'

red 254 ◦ green 143 ◦ blue 216

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

Shades of Lavender Rose #FE8FD8

Tints of Lavender Rose #FE8FD8

RGB

 RED value IS 254 (99.61% from 255) = 41.44%

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

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

R = 41.44%
G = 23.33%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE8FD8 (or 0xFE8FD8) is known color: Lavender Rose. HEX triplet: FE, 8F and D8. RGB value is (254,143,216). Sum of RGB (Red+Green+Blue) = 254+143+216=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FD8 is #017027. Grayscale: #B8B8B8. Windows color (decimal): -94248 or 14192638. OLE color: 14192638.

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

Color convert

RGB 254 143 216 -
CMYK 0 0.44 0.15 0.00
HSL 320.54º 0.98% 0.78% -
HSV(B) 320.54º 0.44% 1% -
XYZ 63.09 45.67 70.46 -
YUV 184.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 254 143 216 0 0.44 0.15 0.00 320.54 0.98 0.78
Hex FE 8F D8 0 2C F 0 141 62 4E
Octal 376 217 330 0 54 17 0 501 142 116
Binary 11111110 10001111 11011000 0 101100 1111 0 101000001 1100010 1001110

Color Harmonies of #FE8FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FD8

Black with #FE8FD8

Text Example


Text Example

White with #FE8FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FD8; }

 p { color: rgb(254,143,216); }

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

background-color css

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

 a { background-color: rgb(254,143,216); }

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

border-color css

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

 span { border-color: rgb(254,143,216); }

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