Html Css Color HEX #FD7BBB Persian Pink

📋 copy color: '#FD7BBB'

red 253 ◦ green 123 ◦ blue 187

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

Shades of Persian Pink #FD7BBB

Tints of Persian Pink #FD7BBB

RGB

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

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

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

R = 44.94%
G = 21.85%
B = 33.21%

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

#FD7BBB (or 0xFD7BBB) is known color: Persian Pink. HEX triplet: FD, 7B and BB. RGB value is (253,123,187). Sum of RGB (Red+Green+Blue) = 253+123+187=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7BBB is #028444. Grayscale: #A9A9A9. Windows color (decimal): -164933 or 12286973. OLE color: 12286973.

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

Color convert

RGB 253 123 187 -
CMYK 0 0.51 0.26 0.01
HSL 330.46º 0.97% 0.74% -
HSV(B) 330.46º 0.51% 0.99% -
XYZ 56.56 38.64 51.49 -
YUV 169.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 253 123 187 0 0.51 0.26 0.01 330.46 0.97 0.74
Hex FD 7B BB 0 33 1A 1 14A 61 4A
Octal 375 173 273 0 63 32 1 512 141 112
Binary 11111101 1111011 10111011 0 110011 11010 1 101001010 1100001 1001010

Color Harmonies of #FD7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7BBB

Black with #FD7BBB

Text Example


Text Example

White with #FD7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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