Html Css Color HEX #FE85B5 Persian Pink

📋 copy color: '#FE85B5'

red 254 ◦ green 133 ◦ blue 181

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

Shades of Persian Pink #FE85B5

Tints of Persian Pink #FE85B5

RGB

 RED value IS 254 (99.61% from 255) = 44.72%

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

 BLUE value IS 181 (71.09% from 255) = 31.87%

R = 44.72%
G = 23.42%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE85B5 (or 0xFE85B5) is known color: Persian Pink. HEX triplet: FE, 85 and B5. RGB value is (254,133,181). Sum of RGB (Red+Green+Blue) = 254+133+181=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85B5 is #017A4A. Grayscale: #AEAEAE. Windows color (decimal): -96843 or 11896318. OLE color: 11896318.

HSL color Cylindrical-coordinate representation of color #FE85B5: hue angle of 336.2º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE85B5 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 133 181 -
CMYK 0 0.48 0.29 0.00
HSL 336.2º 0.98% 0.76% -
HSV(B) 336.2º 0.48% 1% -
XYZ 57.6 41.18 48.63 -
YUV 174.65 131.59 184.6 -
System Red Green Blue C M Y K H S L
Decimal 254 133 181 0 0.48 0.29 0.00 336.2 0.98 0.76
Hex FE 85 B5 0 30 1D 0 150 62 4C
Octal 376 205 265 0 60 35 0 520 142 114
Binary 11111110 10000101 10110101 0 110000 11101 0 101010000 1100010 1001100

Color Harmonies of #FE85B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85B5

Black with #FE85B5

Text Example


Text Example

White with #FE85B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85B5; }

 p { color: rgb(254,133,181); }

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

background-color css

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

 a { background-color: rgb(254,133,181); }

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

border-color css

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

 span { border-color: rgb(254,133,181); }

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