Html Css Color HEX #FC94E2 Lavender Rose

📋 copy color: '#FC94E2'

red 252 ◦ green 148 ◦ blue 226

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

Shades of Lavender Rose #FC94E2

Tints of Lavender Rose #FC94E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.1%

R = 40.26%
G = 23.64%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC94E2 (or 0xFC94E2) is known color: Lavender Rose. HEX triplet: FC, 94 and E2. RGB value is (252,148,226). Sum of RGB (Red+Green+Blue) = 252+148+226=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 148 (58.20% from 255 or 23.64% from 626); Blue value is 226 (88.67% from 255 or 36.10% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94E2 is #036B1D. Grayscale: #BBBBBB. Windows color (decimal): -224030 or 14849276. OLE color: 14849276.

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

Color convert

RGB 252 148 226 -
CMYK 0 0.41 0.10 0.01
HSL 315º 0.95% 0.78% -
HSV(B) 315º 0.41% 0.99% -
XYZ 64.46 47.37 77.7 -
YUV 187.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 252 148 226 0 0.41 0.10 0.01 315 0.95 0.78
Hex FC 94 E2 0 29 A 1 13B 5F 4E
Octal 374 224 342 0 51 12 1 473 137 116
Binary 11111100 10010100 11100010 0 101001 1010 1 100111011 1011111 1001110

Color Harmonies of #FC94E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC94E2

Black with #FC94E2

Text Example


Text Example

White with #FC94E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC94E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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