Html Css Color HEX #FE95D3 Lavender Rose

📋 copy color: '#FE95D3'

red 254 ◦ green 149 ◦ blue 211

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

Shades of Lavender Rose #FE95D3

Tints of Lavender Rose #FE95D3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.27%

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

R = 41.37%
G = 24.27%
B = 34.36%

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

#FE95D3 (or 0xFE95D3) is known color: Lavender Rose. HEX triplet: FE, 95 and D3. RGB value is (254,149,211). Sum of RGB (Red+Green+Blue) = 254+149+211=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95D3 is #016A2C. Grayscale: #BBBBBB. Windows color (decimal): -92717 or 13866494. OLE color: 13866494.

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

Color convert

RGB 254 149 211 -
CMYK 0 0.41 0.17 0.00
HSL 324.57º 0.98% 0.79% -
HSV(B) 324.57º 0.41% 1% -
XYZ 63.38 47.27 67.41 -
YUV 187.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 254 149 211 0 0.41 0.17 0.00 324.57 0.98 0.79
Hex FE 95 D3 0 29 11 0 145 62 4F
Octal 376 225 323 0 51 21 0 505 142 117
Binary 11111110 10010101 11010011 0 101001 10001 0 101000101 1100010 1001111

Color Harmonies of #FE95D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE95D3

Black with #FE95D3

Text Example


Text Example

White with #FE95D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE95D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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