Html Css Color HEX #FC2DAB Persian Rose

📋 copy color: '#FC2DAB'

red 252 ◦ green 45 ◦ blue 171

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

Shades of Persian Rose #FC2DAB

Tints of Persian Rose #FC2DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.62%

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 53.85%
G = 9.62%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC2DAB (or 0xFC2DAB) is known color: Persian Rose. HEX triplet: FC, 2D and AB. RGB value is (252,45,171). Sum of RGB (Red+Green+Blue) = 252+45+171=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2DAB is #03D254. Grayscale: #787878. Windows color (decimal): -250453 or 11218428. OLE color: 11218428.

HSL color Cylindrical-coordinate representation of color #FC2DAB: hue angle of 323.48º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2DAB is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 45 171 -
CMYK 0 0.82 0.32 0.01
HSL 323.48º 0.97% 0.58% -
HSV(B) 323.48º 0.82% 0.99% -
XYZ 48.43 25.51 40.9 -
YUV 121.26 156.08 221.25 -
System Red Green Blue C M Y K H S L
Decimal 252 45 171 0 0.82 0.32 0.01 323.48 0.97 0.58
Hex FC 2D AB 0 52 20 1 143 61 3A
Octal 374 55 253 0 122 40 1 503 141 72
Binary 11111100 101101 10101011 0 1010010 100000 1 101000011 1100001 111010

Color Harmonies of #FC2DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2DAB

Black with #FC2DAB

Text Example


Text Example

White with #FC2DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2DAB; }

 p { color: rgb(252,45,171); }

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

background-color css

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

 a { background-color: rgb(252,45,171); }

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

border-color css

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

 span { border-color: rgb(252,45,171); }

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