Html Css Color HEX #FD86BB Persian Pink

📋 copy color: '#FD86BB'

red 253 ◦ green 134 ◦ blue 187

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

Shades of Persian Pink #FD86BB

Tints of Persian Pink #FD86BB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.34%

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

R = 44.08%
G = 23.34%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD86BB (or 0xFD86BB) is known color: Persian Pink. HEX triplet: FD, 86 and BB. RGB value is (253,134,187). Sum of RGB (Red+Green+Blue) = 253+134+187=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD86BB is #027944. Grayscale: #AFAFAF. Windows color (decimal): -162117 or 12289789. OLE color: 12289789.

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

Color convert

RGB 253 134 187 -
CMYK 0 0.47 0.26 0.01
HSL 333.28º 0.97% 0.76% -
HSV(B) 333.28º 0.47% 0.99% -
XYZ 58 41.52 51.97 -
YUV 175.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 253 134 187 0 0.47 0.26 0.01 333.28 0.97 0.76
Hex FD 86 BB 0 2F 1A 1 14D 61 4C
Octal 375 206 273 0 57 32 1 515 141 114
Binary 11111101 10000110 10111011 0 101111 11010 1 101001101 1100001 1001100

Color Harmonies of #FD86BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD86BB

Black with #FD86BB

Text Example


Text Example

White with #FD86BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD86BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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