Html Css Color HEX #FC9BDF Lavender Rose

📋 copy color: '#FC9BDF'

red 252 ◦ green 155 ◦ blue 223

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

Shades of Lavender Rose #FC9BDF

Tints of Lavender Rose #FC9BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.4%

R = 40%
G = 24.6%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC9BDF (or 0xFC9BDF) is known color: Lavender Rose. HEX triplet: FC, 9B and DF. RGB value is (252,155,223). Sum of RGB (Red+Green+Blue) = 252+155+223=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 155 (60.94% from 255 or 24.60% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BDF is #036420. Grayscale: #BFBFBF. Windows color (decimal): -222241 or 14654460. OLE color: 14654460.

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

Color convert

RGB 252 155 223 -
CMYK 0 0.38 0.12 0.01
HSL 317.94º 0.94% 0.8% -
HSV(B) 317.94º 0.38% 0.99% -
XYZ 65.19 49.47 75.92 -
YUV 191.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 252 155 223 0 0.38 0.12 0.01 317.94 0.94 0.8
Hex FC 9B DF 0 26 C 1 13E 5E 50
Octal 374 233 337 0 46 14 1 476 136 120
Binary 11111100 10011011 11011111 0 100110 1100 1 100111110 1011110 1010000

Color Harmonies of #FC9BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9BDF

Black with #FC9BDF

Text Example


Text Example

White with #FC9BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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