Html Css Color HEX #FC9BF1 Lavender Rose

📋 copy color: '#FC9BF1'

red 252 ◦ green 155 ◦ blue 241

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

Shades of Lavender Rose #FC9BF1

Tints of Lavender Rose #FC9BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.19%

R = 38.89%
G = 23.92%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC9BF1 (or 0xFC9BF1) is known color: Lavender Rose. HEX triplet: FC, 9B and F1. RGB value is (252,155,241). Sum of RGB (Red+Green+Blue) = 252+155+241=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 155 (60.94% from 255 or 23.92% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9BF1 is #03640E. Grayscale: #C1C1C1. Windows color (decimal): -222223 or 15834108. OLE color: 15834108.

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

Color convert

RGB 252 155 241 -
CMYK 0 0.38 0.04 0.01
HSL 306.8º 0.94% 0.8% -
HSV(B) 306.8º 0.38% 0.99% -
XYZ 67.74 50.49 89.39 -
YUV 193.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 252 155 241 0 0.38 0.04 0.01 306.8 0.94 0.8
Hex FC 9B F1 0 26 4 1 133 5E 50
Octal 374 233 361 0 46 4 1 463 136 120
Binary 11111100 10011011 11110001 0 100110 100 1 100110011 1011110 1010000

Color Harmonies of #FC9BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9BF1

Black with #FC9BF1

Text Example


Text Example

White with #FC9BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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