Html Css Color HEX #FC9BF2 Lavender Rose

📋 copy color: '#FC9BF2'

red 252 ◦ green 155 ◦ blue 242

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

Shades of Lavender Rose #FC9BF2

Tints of Lavender Rose #FC9BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.29%

R = 38.83%
G = 23.88%
B = 37.29%

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

#FC9BF2 (or 0xFC9BF2) is known color: Lavender Rose. HEX triplet: FC, 9B and F2. RGB value is (252,155,242). Sum of RGB (Red+Green+Blue) = 252+155+242=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 155 (60.94% from 255 or 23.88% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9BF2 is #03640D. Grayscale: #C1C1C1. Windows color (decimal): -222222 or 15899644. OLE color: 15899644.

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

Color convert

RGB 252 155 242 -
CMYK 0 0.38 0.04 0.01
HSL 306.19º 0.94% 0.8% -
HSV(B) 306.19º 0.38% 0.99% -
XYZ 67.89 50.55 90.18 -
YUV 193.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 252 155 242 0 0.38 0.04 0.01 306.19 0.94 0.8
Hex FC 9B F2 0 26 4 1 132 5E 50
Octal 374 233 362 0 46 4 1 462 136 120
Binary 11111100 10011011 11110010 0 100110 100 1 100110010 1011110 1010000

Color Harmonies of #FC9BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9BF2

Black with #FC9BF2

Text Example


Text Example

White with #FC9BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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