Html Css Color HEX #FC93E6 Lavender Rose

📋 copy color: '#FC93E6'

red 252 ◦ green 147 ◦ blue 230

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

Shades of Lavender Rose #FC93E6

Tints of Lavender Rose #FC93E6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.37%

 BLUE value IS 230 (90.23% from 255) = 36.57%

R = 40.06%
G = 23.37%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC93E6 (or 0xFC93E6) is known color: Lavender Rose. HEX triplet: FC, 93 and E6. RGB value is (252,147,230). Sum of RGB (Red+Green+Blue) = 252+147+230=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 147 (57.81% from 255 or 23.37% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93E6 is #036C19. Grayscale: #BBBBBB. Windows color (decimal): -224282 or 15111164. OLE color: 15111164.

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

Color convert

RGB 252 147 230 -
CMYK 0 0.42 0.09 0.01
HSL 312.57º 0.95% 0.78% -
HSV(B) 312.57º 0.42% 0.99% -
XYZ 64.86 47.28 80.57 -
YUV 187.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 252 147 230 0 0.42 0.09 0.01 312.57 0.95 0.78
Hex FC 93 E6 0 2A 9 1 139 5F 4E
Octal 374 223 346 0 52 11 1 471 137 116
Binary 11111100 10010011 11100110 0 101010 1001 1 100111001 1011111 1001110

Color Harmonies of #FC93E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93E6

Black with #FC93E6

Text Example


Text Example

White with #FC93E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93E6; }

 p { color: rgb(252,147,230); }

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

background-color css

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

 a { background-color: rgb(252,147,230); }

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

border-color css

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

 span { border-color: rgb(252,147,230); }

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