Html Css Color HEX #FE85B6 Persian Pink

📋 copy color: '#FE85B6'

red 254 ◦ green 133 ◦ blue 182

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

Shades of Persian Pink #FE85B6

Tints of Persian Pink #FE85B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.99%

R = 44.64%
G = 23.37%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE85B6 (or 0xFE85B6) is known color: Persian Pink. HEX triplet: FE, 85 and B6. RGB value is (254,133,182). Sum of RGB (Red+Green+Blue) = 254+133+182=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85B6 is #017A49. Grayscale: #AEAEAE. Windows color (decimal): -96842 or 11961854. OLE color: 11961854.

HSL color Cylindrical-coordinate representation of color #FE85B6: hue angle of 335.7º 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 #FE85B6 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 133 182 -
CMYK 0 0.48 0.28 0.00
HSL 335.7º 0.98% 0.76% -
HSV(B) 335.7º 0.48% 1% -
XYZ 57.7 41.22 49.17 -
YUV 174.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 254 133 182 0 0.48 0.28 0.00 335.7 0.98 0.76
Hex FE 85 B6 0 30 1C 0 150 62 4C
Octal 376 205 266 0 60 34 0 520 142 114
Binary 11111110 10000101 10110110 0 110000 11100 0 101010000 1100010 1001100

Color Harmonies of #FE85B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85B6

Black with #FE85B6

Text Example


Text Example

White with #FE85B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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