Html Css Color HEX #FC9EDD Lavender Rose

📋 copy color: '#FC9EDD'

red 252 ◦ green 158 ◦ blue 221

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

Shades of Lavender Rose #FC9EDD

Tints of Lavender Rose #FC9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.04%

 BLUE value IS 221 (86.72% from 255) = 35.02%

R = 39.94%
G = 25.04%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC9EDD (or 0xFC9EDD) is known color: Lavender Rose. HEX triplet: FC, 9E and DD. RGB value is (252,158,221). Sum of RGB (Red+Green+Blue) = 252+158+221=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EDD is #036122. Grayscale: #C1C1C1. Windows color (decimal): -221475 or 14524156. OLE color: 14524156.

HSL color Cylindrical-coordinate representation of color #FC9EDD: hue angle of 319.79º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9EDD is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 158 221 -
CMYK 0 0.37 0.12 0.01
HSL 319.79º 0.94% 0.8% -
HSV(B) 319.79º 0.37% 0.99% -
XYZ 65.42 50.37 74.68 -
YUV 193.29 143.64 169.88 -
System Red Green Blue C M Y K H S L
Decimal 252 158 221 0 0.37 0.12 0.01 319.79 0.94 0.8
Hex FC 9E DD 0 25 C 1 140 5E 50
Octal 374 236 335 0 45 14 1 500 136 120
Binary 11111100 10011110 11011101 0 100101 1100 1 101000000 1011110 1010000

Color Harmonies of #FC9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9EDD

Black with #FC9EDD

Text Example


Text Example

White with #FC9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9EDD; }

 p { color: rgb(252,158,221); }

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

background-color css

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

 a { background-color: rgb(252,158,221); }

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

border-color css

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

 span { border-color: rgb(252,158,221); }

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