Html Css Color HEX #FC96E4 Lavender Rose

📋 copy color: '#FC96E4'

red 252 ◦ green 150 ◦ blue 228

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

Shades of Lavender Rose #FC96E4

Tints of Lavender Rose #FC96E4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.81%

 BLUE value IS 228 (89.45% from 255) = 36.19%

R = 40%
G = 23.81%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC96E4 (or 0xFC96E4) is known color: Lavender Rose. HEX triplet: FC, 96 and E4. RGB value is (252,150,228). Sum of RGB (Red+Green+Blue) = 252+150+228=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96E4 is #03691B. Grayscale: #BDBDBD. Windows color (decimal): -223516 or 14980860. OLE color: 14980860.

HSL color Cylindrical-coordinate representation of color #FC96E4: hue angle of 314.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC96E4 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 150 228 -
CMYK 0 0.40 0.10 0.01
HSL 314.12º 0.94% 0.79% -
HSV(B) 314.12º 0.4% 0.99% -
XYZ 65.05 48.11 79.26 -
YUV 189.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 252 150 228 0 0.40 0.10 0.01 314.12 0.94 0.79
Hex FC 96 E4 0 28 A 1 13A 5E 4F
Octal 374 226 344 0 50 12 1 472 136 117
Binary 11111100 10010110 11100100 0 101000 1010 1 100111010 1011110 1001111

Color Harmonies of #FC96E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96E4

Black with #FC96E4

Text Example


Text Example

White with #FC96E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96E4; }

 p { color: rgb(252,150,228); }

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

background-color css

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

 a { background-color: rgb(252,150,228); }

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

border-color css

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

 span { border-color: rgb(252,150,228); }

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