Html Css Color HEX #FC2BAC Persian Rose

📋 copy color: '#FC2BAC'

red 252 ◦ green 43 ◦ blue 172

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

Shades of Persian Rose #FC2BAC

Tints of Persian Rose #FC2BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.21%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 53.96%
G = 9.21%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC2BAC (or 0xFC2BAC) is known color: Persian Rose. HEX triplet: FC, 2B and AC. RGB value is (252,43,172). Sum of RGB (Red+Green+Blue) = 252+43+172=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2BAC is #03D453. Grayscale: #777777. Windows color (decimal): -250964 or 11283452. OLE color: 11283452.

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

Color convert

RGB 252 43 172 -
CMYK 0 0.83 0.32 0.01
HSL 322.97º 0.97% 0.58% -
HSV(B) 322.97º 0.83% 0.99% -
XYZ 48.46 25.4 41.38 -
YUV 120.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 252 43 172 0 0.83 0.32 0.01 322.97 0.97 0.58
Hex FC 2B AC 0 53 20 1 143 61 3A
Octal 374 53 254 0 123 40 1 503 141 72
Binary 11111100 101011 10101100 0 1010011 100000 1 101000011 1100001 111010

Color Harmonies of #FC2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2BAC

Black with #FC2BAC

Text Example


Text Example

White with #FC2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2BAC; }

 p { color: rgb(252,43,172); }

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

background-color css

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

 a { background-color: rgb(252,43,172); }

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

border-color css

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

 span { border-color: rgb(252,43,172); }

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