Html Css Color HEX #FD85B8 Persian Pink

📋 copy color: '#FD85B8'

red 253 ◦ green 133 ◦ blue 184

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

Shades of Persian Pink #FD85B8

Tints of Persian Pink #FD85B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.28%

R = 44.39%
G = 23.33%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FD85B8 (or 0xFD85B8) is known color: Persian Pink. HEX triplet: FD, 85 and B8. RGB value is (253,133,184). Sum of RGB (Red+Green+Blue) = 253+133+184=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD85B8 is #027A47. Grayscale: #AEAEAE. Windows color (decimal): -162376 or 12092925. OLE color: 12092925.

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

Color convert

RGB 253 133 184 -
CMYK 0 0.47 0.27 0.01
HSL 334.5º 0.97% 0.76% -
HSV(B) 334.5º 0.47% 0.99% -
XYZ 57.55 41.12 50.25 -
YUV 174.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 253 133 184 0 0.47 0.27 0.01 334.5 0.97 0.76
Hex FD 85 B8 0 2F 1B 1 14E 61 4C
Octal 375 205 270 0 57 33 1 516 141 114
Binary 11111101 10000101 10111000 0 101111 11011 1 101001110 1100001 1001100

Color Harmonies of #FD85B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD85B8

Black with #FD85B8

Text Example


Text Example

White with #FD85B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD85B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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