Html Css Color HEX #FC2CAB Persian Rose

📋 copy color: '#FC2CAB'

red 252 ◦ green 44 ◦ blue 171

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

Shades of Persian Rose #FC2CAB

Tints of Persian Rose #FC2CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.42%

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

R = 53.96%
G = 9.42%
B = 36.62%

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

#FC2CAB (or 0xFC2CAB) is known color: Persian Rose. HEX triplet: FC, 2C and AB. RGB value is (252,44,171). Sum of RGB (Red+Green+Blue) = 252+44+171=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2CAB is #03D354. Grayscale: #787878. Windows color (decimal): -250709 or 11218172. OLE color: 11218172.

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

Color convert

RGB 252 44 171 -
CMYK 0 0.83 0.32 0.01
HSL 323.37º 0.97% 0.58% -
HSV(B) 323.37º 0.83% 0.99% -
XYZ 48.4 25.44 40.89 -
YUV 120.67 156.41 221.67 -
System Red Green Blue C M Y K H S L
Decimal 252 44 171 0 0.83 0.32 0.01 323.37 0.97 0.58
Hex FC 2C AB 0 53 20 1 143 61 3A
Octal 374 54 253 0 123 40 1 503 141 72
Binary 11111100 101100 10101011 0 1010011 100000 1 101000011 1100001 111010

Color Harmonies of #FC2CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2CAB

Black with #FC2CAB

Text Example


Text Example

White with #FC2CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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