Html Css Color HEX #FC9DF2 Lavender Rose

📋 copy color: '#FC9DF2'

red 252 ◦ green 157 ◦ blue 242

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

Shades of Lavender Rose #FC9DF2

Tints of Lavender Rose #FC9DF2

RGB

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

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

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

R = 38.71%
G = 24.12%
B = 37.17%

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

#FC9DF2 (or 0xFC9DF2) is known color: Lavender Rose. HEX triplet: FC, 9D and F2. RGB value is (252,157,242). Sum of RGB (Red+Green+Blue) = 252+157+242=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 157 (61.72% from 255 or 24.12% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9DF2 is #03620D. Grayscale: #C2C2C2. Windows color (decimal): -221710 or 15900156. OLE color: 15900156.

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

Color convert

RGB 252 157 242 -
CMYK 0 0.38 0.04 0.01
HSL 306.32º 0.94% 0.8% -
HSV(B) 306.32º 0.38% 0.99% -
XYZ 68.23 51.22 90.29 -
YUV 195.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 252 157 242 0 0.38 0.04 0.01 306.32 0.94 0.8
Hex FC 9D F2 0 26 4 1 132 5E 50
Octal 374 235 362 0 46 4 1 462 136 120
Binary 11111100 10011101 11110010 0 100110 100 1 100110010 1011110 1010000

Color Harmonies of #FC9DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9DF2

Black with #FC9DF2

Text Example


Text Example

White with #FC9DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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