Html Css Color HEX #FC9FDE Lavender Rose

📋 copy color: '#FC9FDE'

red 252 ◦ green 159 ◦ blue 222

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

Shades of Lavender Rose #FC9FDE

Tints of Lavender Rose #FC9FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.12%

 BLUE value IS 222 (87.11% from 255) = 35.07%

R = 39.81%
G = 25.12%
B = 35.07%

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

#FC9FDE (or 0xFC9FDE) is known color: Lavender Rose. HEX triplet: FC, 9F and DE. RGB value is (252,159,222). Sum of RGB (Red+Green+Blue) = 252+159+222=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FDE is #036021. Grayscale: #C1C1C1. Windows color (decimal): -221218 or 14589948. OLE color: 14589948.

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

Color convert

RGB 252 159 222 -
CMYK 0 0.37 0.12 0.01
HSL 319.35º 0.94% 0.81% -
HSV(B) 319.35º 0.37% 0.99% -
XYZ 65.73 50.77 75.44 -
YUV 193.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 252 159 222 0 0.37 0.12 0.01 319.35 0.94 0.81
Hex FC 9F DE 0 25 C 1 13F 5E 51
Octal 374 237 336 0 45 14 1 477 136 121
Binary 11111100 10011111 11011110 0 100101 1100 1 100111111 1011110 1010001

Color Harmonies of #FC9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9FDE

Black with #FC9FDE

Text Example


Text Example

White with #FC9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9FDE; }

 p { color: rgb(252,159,222); }

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

background-color css

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

 a { background-color: rgb(252,159,222); }

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

border-color css

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

 span { border-color: rgb(252,159,222); }

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