Html Css Color HEX #FE96D3 Lavender Rose

📋 copy color: '#FE96D3'

red 254 ◦ green 150 ◦ blue 211

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

Shades of Lavender Rose #FE96D3

Tints of Lavender Rose #FE96D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.31%

R = 41.3%
G = 24.39%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE96D3 (or 0xFE96D3) is known color: Lavender Rose. HEX triplet: FE, 96 and D3. RGB value is (254,150,211). Sum of RGB (Red+Green+Blue) = 254+150+211=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96D3 is #01692C. Grayscale: #BBBBBB. Windows color (decimal): -92461 or 13866750. OLE color: 13866750.

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

Color convert

RGB 254 150 211 -
CMYK 0 0.41 0.17 0.00
HSL 324.81º 0.98% 0.79% -
HSV(B) 324.81º 0.41% 1% -
XYZ 63.54 47.59 67.46 -
YUV 188.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 254 150 211 0 0.41 0.17 0.00 324.81 0.98 0.79
Hex FE 96 D3 0 29 11 0 145 62 4F
Octal 376 226 323 0 51 21 0 505 142 117
Binary 11111110 10010110 11010011 0 101001 10001 0 101000101 1100010 1001111

Color Harmonies of #FE96D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96D3

Black with #FE96D3

Text Example


Text Example

White with #FE96D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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