Html Css Color HEX #FC9BE5 Lavender Rose

📋 copy color: '#FC9BE5'

red 252 ◦ green 155 ◦ blue 229

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

Shades of Lavender Rose #FC9BE5

Tints of Lavender Rose #FC9BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.01%

R = 39.62%
G = 24.37%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC9BE5 (or 0xFC9BE5) is known color: Lavender Rose. HEX triplet: FC, 9B and E5. RGB value is (252,155,229). Sum of RGB (Red+Green+Blue) = 252+155+229=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 155 (60.94% from 255 or 24.37% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BE5 is #03641A. Grayscale: #C0C0C0. Windows color (decimal): -222235 or 15047676. OLE color: 15047676.

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

Color convert

RGB 252 155 229 -
CMYK 0 0.38 0.09 0.01
HSL 314.23º 0.94% 0.8% -
HSV(B) 314.23º 0.38% 0.99% -
XYZ 66.01 49.8 80.26 -
YUV 192.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 252 155 229 0 0.38 0.09 0.01 314.23 0.94 0.8
Hex FC 9B E5 0 26 9 1 13A 5E 50
Octal 374 233 345 0 46 11 1 472 136 120
Binary 11111100 10011011 11100101 0 100110 1001 1 100111010 1011110 1010000

Color Harmonies of #FC9BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9BE5

Black with #FC9BE5

Text Example


Text Example

White with #FC9BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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