Html Css Color HEX #FC93E7 Lavender Rose

📋 copy color: '#FC93E7'

red 252 ◦ green 147 ◦ blue 231

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

Shades of Lavender Rose #FC93E7

Tints of Lavender Rose #FC93E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.67%

R = 40%
G = 23.33%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC93E7 (or 0xFC93E7) is known color: Lavender Rose. HEX triplet: FC, 93 and E7. RGB value is (252,147,231). Sum of RGB (Red+Green+Blue) = 252+147+231=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93E7 is #036C18. Grayscale: #BBBBBB. Windows color (decimal): -224281 or 15176700. OLE color: 15176700.

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

Color convert

RGB 252 147 231 -
CMYK 0 0.42 0.08 0.01
HSL 312º 0.95% 0.78% -
HSV(B) 312º 0.42% 0.99% -
XYZ 65 47.33 81.31 -
YUV 187.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 252 147 231 0 0.42 0.08 0.01 312 0.95 0.78
Hex FC 93 E7 0 2A 8 1 138 5F 4E
Octal 374 223 347 0 52 10 1 470 137 116
Binary 11111100 10010011 11100111 0 101010 1000 1 100111000 1011111 1001110

Color Harmonies of #FC93E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93E7

Black with #FC93E7

Text Example


Text Example

White with #FC93E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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