Html Css Color HEX #FD7BBE Persian Pink

📋 copy color: '#FD7BBE'

red 253 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #FD7BBE

Tints of Persian Pink #FD7BBE

RGB

 RED value IS 253 (99.22% from 255) = 44.7%

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

 BLUE value IS 190 (74.61% from 255) = 33.57%

R = 44.7%
G = 21.73%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FD7BBE (or 0xFD7BBE) is known color: Persian Pink. HEX triplet: FD, 7B and BE. RGB value is (253,123,190). Sum of RGB (Red+Green+Blue) = 253+123+190=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7BBE is #028441. Grayscale: #A9A9A9. Windows color (decimal): -164930 or 12483581. OLE color: 12483581.

HSL color Cylindrical-coordinate representation of color #FD7BBE: hue angle of 329.08º degrees, saturation: 0.97, 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 #FD7BBE is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 123 190 -
CMYK 0 0.51 0.25 0.01
HSL 329.08º 0.97% 0.74% -
HSV(B) 329.08º 0.51% 0.99% -
XYZ 56.89 38.77 53.2 -
YUV 169.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 253 123 190 0 0.51 0.25 0.01 329.08 0.97 0.74
Hex FD 7B BE 0 33 19 1 149 61 4A
Octal 375 173 276 0 63 31 1 511 141 112
Binary 11111101 1111011 10111110 0 110011 11001 1 101001001 1100001 1001010

Color Harmonies of #FD7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7BBE

Black with #FD7BBE

Text Example


Text Example

White with #FD7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7BBE; }

 p { color: rgb(253,123,190); }

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

background-color css

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

 a { background-color: rgb(253,123,190); }

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

border-color css

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

 span { border-color: rgb(253,123,190); }

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