Html Css Color HEX #FC94E1 Lavender Rose

📋 copy color: '#FC94E1'

red 252 ◦ green 148 ◦ blue 225

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

Shades of Lavender Rose #FC94E1

Tints of Lavender Rose #FC94E1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.68%

 BLUE value IS 225 (88.28% from 255) = 36%

R = 40.32%
G = 23.68%
B = 36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC94E1 (or 0xFC94E1) is known color: Lavender Rose. HEX triplet: FC, 94 and E1. RGB value is (252,148,225). Sum of RGB (Red+Green+Blue) = 252+148+225=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94E1 is #036B1E. Grayscale: #BBBBBB. Windows color (decimal): -224031 or 14783740. OLE color: 14783740.

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

Color convert

RGB 252 148 225 -
CMYK 0 0.41 0.11 0.01
HSL 315.58º 0.95% 0.78% -
HSV(B) 315.58º 0.41% 0.99% -
XYZ 64.33 47.31 76.98 -
YUV 187.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 252 148 225 0 0.41 0.11 0.01 315.58 0.95 0.78
Hex FC 94 E1 0 29 B 1 13C 5F 4E
Octal 374 224 341 0 51 13 1 474 137 116
Binary 11111100 10010100 11100001 0 101001 1011 1 100111100 1011111 1001110

Color Harmonies of #FC94E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC94E1

Black with #FC94E1

Text Example


Text Example

White with #FC94E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC94E1; }

 p { color: rgb(252,148,225); }

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

background-color css

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

 a { background-color: rgb(252,148,225); }

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

border-color css

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

 span { border-color: rgb(252,148,225); }

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