Html Css Color HEX #FC9DF0 Lavender Rose

📋 copy color: '#FC9DF0'

red 252 ◦ green 157 ◦ blue 240

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

Shades of Lavender Rose #FC9DF0

Tints of Lavender Rose #FC9DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.98%

R = 38.83%
G = 24.19%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC9DF0 (or 0xFC9DF0) is known color: Lavender Rose. HEX triplet: FC, 9D and F0. RGB value is (252,157,240). Sum of RGB (Red+Green+Blue) = 252+157+240=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 157 (61.72% from 255 or 24.19% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9DF0 is #03620F. Grayscale: #C2C2C2. Windows color (decimal): -221712 or 15769084. OLE color: 15769084.

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

Color convert

RGB 252 157 240 -
CMYK 0 0.38 0.05 0.01
HSL 307.58º 0.94% 0.8% -
HSV(B) 307.58º 0.38% 0.99% -
XYZ 67.93 51.1 88.72 -
YUV 194.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 252 157 240 0 0.38 0.05 0.01 307.58 0.94 0.8
Hex FC 9D F0 0 26 5 1 134 5E 50
Octal 374 235 360 0 46 5 1 464 136 120
Binary 11111100 10011101 11110000 0 100110 101 1 100110100 1011110 1010000

Color Harmonies of #FC9DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9DF0

Black with #FC9DF0

Text Example


Text Example

White with #FC9DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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