Html Css Color HEX #FC9DF1 Lavender Rose

📋 copy color: '#FC9DF1'

red 252 ◦ green 157 ◦ blue 241

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

Shades of Lavender Rose #FC9DF1

Tints of Lavender Rose #FC9DF1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.15%

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

R = 38.77%
G = 24.15%
B = 37.08%

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

#FC9DF1 (or 0xFC9DF1) is known color: Lavender Rose. HEX triplet: FC, 9D and F1. RGB value is (252,157,241). Sum of RGB (Red+Green+Blue) = 252+157+241=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 157 (61.72% from 255 or 24.15% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9DF1 is #03620E. Grayscale: #C2C2C2. Windows color (decimal): -221711 or 15834620. OLE color: 15834620.

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

Color convert

RGB 252 157 241 -
CMYK 0 0.38 0.04 0.01
HSL 306.95º 0.94% 0.8% -
HSV(B) 306.95º 0.38% 0.99% -
XYZ 68.08 51.16 89.51 -
YUV 194.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 252 157 241 0 0.38 0.04 0.01 306.95 0.94 0.8
Hex FC 9D F1 0 26 4 1 133 5E 50
Octal 374 235 361 0 46 4 1 463 136 120
Binary 11111100 10011101 11110001 0 100110 100 1 100110011 1011110 1010000

Color Harmonies of #FC9DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9DF1

Black with #FC9DF1

Text Example


Text Example

White with #FC9DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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