Html Css Color HEX #FE8FD5 Lavender Rose

📋 copy color: '#FE8FD5'

red 254 ◦ green 143 ◦ blue 213

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

Shades of Lavender Rose #FE8FD5

Tints of Lavender Rose #FE8FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.92%

R = 41.64%
G = 23.44%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE8FD5 (or 0xFE8FD5) is known color: Lavender Rose. HEX triplet: FE, 8F and D5. RGB value is (254,143,213). Sum of RGB (Red+Green+Blue) = 254+143+213=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FD5 is #01702A. Grayscale: #B8B8B8. Windows color (decimal): -94251 or 13996030. OLE color: 13996030.

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

Color convert

RGB 254 143 213 -
CMYK 0 0.44 0.16 0.00
HSL 322.16º 0.98% 0.78% -
HSV(B) 322.16º 0.44% 1% -
XYZ 62.71 45.52 68.43 -
YUV 184.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 254 143 213 0 0.44 0.16 0.00 322.16 0.98 0.78
Hex FE 8F D5 0 2C 10 0 142 62 4E
Octal 376 217 325 0 54 20 0 502 142 116
Binary 11111110 10001111 11010101 0 101100 10000 0 101000010 1100010 1001110

Color Harmonies of #FE8FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FD5

Black with #FE8FD5

Text Example


Text Example

White with #FE8FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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