Html Css Color HEX #FE96DA Lavender Rose

📋 copy color: '#FE96DA'

red 254 ◦ green 150 ◦ blue 218

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

Shades of Lavender Rose #FE96DA

Tints of Lavender Rose #FE96DA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.12%

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

R = 40.84%
G = 24.12%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE96DA (or 0xFE96DA) is known color: Lavender Rose. HEX triplet: FE, 96 and DA. RGB value is (254,150,218). Sum of RGB (Red+Green+Blue) = 254+150+218=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 150 (58.98% from 255 or 24.12% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96DA is #016925. Grayscale: #BCBCBC. Windows color (decimal): -92454 or 14325502. OLE color: 14325502.

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

Color convert

RGB 254 150 218 -
CMYK 0 0.41 0.14 0.00
HSL 320.77º 0.98% 0.79% -
HSV(B) 320.77º 0.41% 1% -
XYZ 64.43 47.95 72.19 -
YUV 188.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 254 150 218 0 0.41 0.14 0.00 320.77 0.98 0.79
Hex FE 96 DA 0 29 E 0 141 62 4F
Octal 376 226 332 0 51 16 0 501 142 117
Binary 11111110 10010110 11011010 0 101001 1110 0 101000001 1100010 1001111

Color Harmonies of #FE96DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96DA

Black with #FE96DA

Text Example


Text Example

White with #FE96DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96DA; }

 p { color: rgb(254,150,218); }

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

background-color css

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

 a { background-color: rgb(254,150,218); }

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

border-color css

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

 span { border-color: rgb(254,150,218); }

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