Html Css Color HEX #FC9BEC Lavender Rose

📋 copy color: '#FC9BEC'

red 252 ◦ green 155 ◦ blue 236

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

Shades of Lavender Rose #FC9BEC

Tints of Lavender Rose #FC9BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.11%

 BLUE value IS 236 (92.58% from 255) = 36.7%

R = 39.19%
G = 24.11%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC9BEC (or 0xFC9BEC) is known color: Lavender Rose. HEX triplet: FC, 9B and EC. RGB value is (252,155,236). Sum of RGB (Red+Green+Blue) = 252+155+236=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 155 (60.94% from 255 or 24.11% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9BEC is #036413. Grayscale: #C1C1C1. Windows color (decimal): -222228 or 15506428. OLE color: 15506428.

HSL color Cylindrical-coordinate representation of color #FC9BEC: hue angle of 309.9º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9BEC is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 155 236 -
CMYK 0 0.38 0.06 0.01
HSL 309.9º 0.94% 0.8% -
HSV(B) 309.9º 0.38% 0.99% -
XYZ 67.01 50.19 85.51 -
YUV 193.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 252 155 236 0 0.38 0.06 0.01 309.9 0.94 0.8
Hex FC 9B EC 0 26 6 1 136 5E 50
Octal 374 233 354 0 46 6 1 466 136 120
Binary 11111100 10011011 11101100 0 100110 110 1 100110110 1011110 1010000

Color Harmonies of #FC9BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9BEC

Black with #FC9BEC

Text Example


Text Example

White with #FC9BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9BEC; }

 p { color: rgb(252,155,236); }

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

background-color css

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

 a { background-color: rgb(252,155,236); }

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

border-color css

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

 span { border-color: rgb(252,155,236); }

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