Html Css Color HEX #FD85BB Persian Pink

📋 copy color: '#FD85BB'

red 253 ◦ green 133 ◦ blue 187

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

Shades of Persian Pink #FD85BB

Tints of Persian Pink #FD85BB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.21%

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

R = 44.15%
G = 23.21%
B = 32.64%

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

#FD85BB (or 0xFD85BB) is known color: Persian Pink. HEX triplet: FD, 85 and BB. RGB value is (253,133,187). Sum of RGB (Red+Green+Blue) = 253+133+187=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD85BB is #027A44. Grayscale: #AEAEAE. Windows color (decimal): -162373 or 12289533. OLE color: 12289533.

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

Color convert

RGB 253 133 187 -
CMYK 0 0.47 0.26 0.01
HSL 333º 0.97% 0.76% -
HSV(B) 333º 0.47% 0.99% -
XYZ 57.87 41.25 51.93 -
YUV 175.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 253 133 187 0 0.47 0.26 0.01 333 0.97 0.76
Hex FD 85 BB 0 2F 1A 1 14D 61 4C
Octal 375 205 273 0 57 32 1 515 141 114
Binary 11111101 10000101 10111011 0 101111 11010 1 101001101 1100001 1001100

Color Harmonies of #FD85BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD85BB

Black with #FD85BB

Text Example


Text Example

White with #FD85BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD85BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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