Html Css Color HEX #FC7BBB Persian Pink

📋 copy color: '#FC7BBB'

red 252 ◦ green 123 ◦ blue 187

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

Shades of Persian Pink #FC7BBB

Tints of Persian Pink #FC7BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.89%

 BLUE value IS 187 (73.44% from 255) = 33.27%

R = 44.84%
G = 21.89%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC7BBB (or 0xFC7BBB) is known color: Persian Pink. HEX triplet: FC, 7B and BB. RGB value is (252,123,187). Sum of RGB (Red+Green+Blue) = 252+123+187=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BBB is #038444. Grayscale: #A8A8A8. Windows color (decimal): -230469 or 12286972. OLE color: 12286972.

HSL color Cylindrical-coordinate representation of color #FC7BBB: hue angle of 330.23º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7BBB is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 123 187 -
CMYK 0 0.51 0.26 0.01
HSL 330.23º 0.96% 0.74% -
HSV(B) 330.23º 0.51% 0.99% -
XYZ 56.2 38.45 51.47 -
YUV 168.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 252 123 187 0 0.51 0.26 0.01 330.23 0.96 0.74
Hex FC 7B BB 0 33 1A 1 14A 60 4A
Octal 374 173 273 0 63 32 1 512 140 112
Binary 11111100 1111011 10111011 0 110011 11010 1 101001010 1100000 1001010

Color Harmonies of #FC7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BBB

Black with #FC7BBB

Text Example


Text Example

White with #FC7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BBB; }

 p { color: rgb(252,123,187); }

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

background-color css

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

 a { background-color: rgb(252,123,187); }

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

border-color css

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

 span { border-color: rgb(252,123,187); }

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