Html Css Color HEX #FC9FE5 Lavender Rose

📋 copy color: '#FC9FE5'

red 252 ◦ green 159 ◦ blue 229

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

Shades of Lavender Rose #FC9FE5

Tints of Lavender Rose #FC9FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.78%

R = 39.38%
G = 24.84%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC9FE5 (or 0xFC9FE5) is known color: Lavender Rose. HEX triplet: FC, 9F and E5. RGB value is (252,159,229). Sum of RGB (Red+Green+Blue) = 252+159+229=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FE5 is #03601A. Grayscale: #C2C2C2. Windows color (decimal): -221211 or 15048700. OLE color: 15048700.

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

Color convert

RGB 252 159 229 -
CMYK 0 0.37 0.09 0.01
HSL 314.84º 0.94% 0.81% -
HSV(B) 314.84º 0.37% 0.99% -
XYZ 66.69 51.15 80.49 -
YUV 194.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 252 159 229 0 0.37 0.09 0.01 314.84 0.94 0.81
Hex FC 9F E5 0 25 9 1 13B 5E 51
Octal 374 237 345 0 45 11 1 473 136 121
Binary 11111100 10011111 11100101 0 100101 1001 1 100111011 1011110 1010001

Color Harmonies of #FC9FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9FE5

Black with #FC9FE5

Text Example


Text Example

White with #FC9FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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