Html Css Color HEX #FE95D2 Lavender Rose

📋 copy color: '#FE95D2'

red 254 ◦ green 149 ◦ blue 210

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

Shades of Lavender Rose #FE95D2

Tints of Lavender Rose #FE95D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.26%

R = 41.44%
G = 24.31%
B = 34.26%

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

#FE95D2 (or 0xFE95D2) is known color: Lavender Rose. HEX triplet: FE, 95 and D2. RGB value is (254,149,210). Sum of RGB (Red+Green+Blue) = 254+149+210=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95D2 is #016A2D. Grayscale: #BBBBBB. Windows color (decimal): -92718 or 13800958. OLE color: 13800958.

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

Color convert

RGB 254 149 210 -
CMYK 0 0.41 0.17 0.00
HSL 325.14º 0.98% 0.79% -
HSV(B) 325.14º 0.41% 1% -
XYZ 63.25 47.22 66.75 -
YUV 187.35 140.79 175.54 -
System Red Green Blue C M Y K H S L
Decimal 254 149 210 0 0.41 0.17 0.00 325.14 0.98 0.79
Hex FE 95 D2 0 29 11 0 145 62 4F
Octal 376 225 322 0 51 21 0 505 142 117
Binary 11111110 10010101 11010010 0 101001 10001 0 101000101 1100010 1001111

Color Harmonies of #FE95D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE95D2

Black with #FE95D2

Text Example


Text Example

White with #FE95D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE95D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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