Html Css Color HEX #FC95D3 Lavender Rose

📋 copy color: '#FC95D3'

red 252 ◦ green 149 ◦ blue 211

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

Shades of Lavender Rose #FC95D3

Tints of Lavender Rose #FC95D3

RGB

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

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

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

R = 41.18%
G = 24.35%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC95D3 (or 0xFC95D3) is known color: Lavender Rose. HEX triplet: FC, 95 and D3. RGB value is (252,149,211). Sum of RGB (Red+Green+Blue) = 252+149+211=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC95D3 is #036A2C. Grayscale: #BABABA. Windows color (decimal): -223789 or 13866492. OLE color: 13866492.

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

Color convert

RGB 252 149 211 -
CMYK 0 0.41 0.16 0.01
HSL 323.88º 0.94% 0.79% -
HSV(B) 323.88º 0.41% 0.99% -
XYZ 62.65 46.89 67.38 -
YUV 186.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 252 149 211 0 0.41 0.16 0.01 323.88 0.94 0.79
Hex FC 95 D3 0 29 10 1 144 5E 4F
Octal 374 225 323 0 51 20 1 504 136 117
Binary 11111100 10010101 11010011 0 101001 10000 1 101000100 1011110 1001111

Color Harmonies of #FC95D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC95D3

Black with #FC95D3

Text Example


Text Example

White with #FC95D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC95D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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