Html Css Color HEX #FC95E5 Lavender Rose

📋 copy color: '#FC95E5'

red 252 ◦ green 149 ◦ blue 229

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

Shades of Lavender Rose #FC95E5

Tints of Lavender Rose #FC95E5

RGB

 RED value IS 252 (98.83% from 255) = 40%

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

 BLUE value IS 229 (89.84% from 255) = 36.35%

R = 40%
G = 23.65%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC95E5 (or 0xFC95E5) is known color: Lavender Rose. HEX triplet: FC, 95 and E5. RGB value is (252,149,229). Sum of RGB (Red+Green+Blue) = 252+149+229=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC95E5 is #036A1A. Grayscale: #BCBCBC. Windows color (decimal): -223771 or 15046140. OLE color: 15046140.

HSL color Cylindrical-coordinate representation of color #FC95E5: hue angle of 313.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC95E5 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 149 229 -
CMYK 0 0.41 0.09 0.01
HSL 313.4º 0.94% 0.79% -
HSV(B) 313.4º 0.41% 0.99% -
XYZ 65.04 47.85 79.94 -
YUV 188.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 252 149 229 0 0.41 0.09 0.01 313.4 0.94 0.79
Hex FC 95 E5 0 29 9 1 139 5E 4F
Octal 374 225 345 0 51 11 1 471 136 117
Binary 11111100 10010101 11100101 0 101001 1001 1 100111001 1011110 1001111

Color Harmonies of #FC95E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC95E5

Black with #FC95E5

Text Example


Text Example

White with #FC95E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC95E5; }

 p { color: rgb(252,149,229); }

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

background-color css

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

 a { background-color: rgb(252,149,229); }

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

border-color css

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

 span { border-color: rgb(252,149,229); }

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