Html Css Color HEX #FC94E8 Lavender Rose

📋 copy color: '#FC94E8'

red 252 ◦ green 148 ◦ blue 232

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

Shades of Lavender Rose #FC94E8

Tints of Lavender Rose #FC94E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.71%

R = 39.87%
G = 23.42%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC94E8 (or 0xFC94E8) is known color: Lavender Rose. HEX triplet: FC, 94 and E8. RGB value is (252,148,232). Sum of RGB (Red+Green+Blue) = 252+148+232=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 148 (58.20% from 255 or 23.42% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC94E8 is #036B17. Grayscale: #BCBCBC. Windows color (decimal): -224024 or 15242492. OLE color: 15242492.

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

Color convert

RGB 252 148 232 -
CMYK 0 0.41 0.08 0.01
HSL 311.54º 0.95% 0.78% -
HSV(B) 311.54º 0.41% 0.99% -
XYZ 65.3 47.7 82.11 -
YUV 188.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 252 148 232 0 0.41 0.08 0.01 311.54 0.95 0.78
Hex FC 94 E8 0 29 8 1 138 5F 4E
Octal 374 224 350 0 51 10 1 470 137 116
Binary 11111100 10010100 11101000 0 101001 1000 1 100111000 1011111 1001110

Color Harmonies of #FC94E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC94E8

Black with #FC94E8

Text Example


Text Example

White with #FC94E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC94E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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