Html Css Color HEX #FB7CC2 Persian Pink

📋 copy color: '#FB7CC2'

red 251 ◦ green 124 ◦ blue 194

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

Shades of Persian Pink #FB7CC2

Tints of Persian Pink #FB7CC2

RGB

 RED value IS 251 (98.44% from 255) = 44.11%

 GREEN value IS 124 (48.83% from 255) = 21.79%

 BLUE value IS 194 (76.17% from 255) = 34.09%

R = 44.11%
G = 21.79%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB7CC2 (or 0xFB7CC2) is known color: Persian Pink. HEX triplet: FB, 7C and C2. RGB value is (251,124,194). Sum of RGB (Red+Green+Blue) = 251+124+194=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CC2 is #04833D. Grayscale: #A9A9A9. Windows color (decimal): -295742 or 12745979. OLE color: 12745979.

HSL color Cylindrical-coordinate representation of color #FB7CC2: hue angle of 326.93º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7CC2 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 124 194 -
CMYK 0 0.51 0.23 0.02
HSL 326.93º 0.94% 0.74% -
HSV(B) 326.93º 0.51% 0.98% -
XYZ 56.73 38.82 55.54 -
YUV 169.95 141.58 185.81 -
System Red Green Blue C M Y K H S L
Decimal 251 124 194 0 0.51 0.23 0.02 326.93 0.94 0.74
Hex FB 7C C2 0 33 17 2 147 5E 4A
Octal 373 174 302 0 63 27 2 507 136 112
Binary 11111011 1111100 11000010 0 110011 10111 10 101000111 1011110 1001010

Color Harmonies of #FB7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7CC2

Black with #FB7CC2

Text Example


Text Example

White with #FB7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7CC2; }

 p { color: rgb(251,124,194); }

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

background-color css

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

 a { background-color: rgb(251,124,194); }

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

border-color css

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

 span { border-color: rgb(251,124,194); }

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