Html Css Color HEX #FE7BBF Persian Pink

📋 copy color: '#FE7BBF'

red 254 ◦ green 123 ◦ blue 191

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

Shades of Persian Pink #FE7BBF

Tints of Persian Pink #FE7BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.65%

 BLUE value IS 191 (75% from 255) = 33.63%

R = 44.72%
G = 21.65%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE7BBF (or 0xFE7BBF) is known color: Persian Pink. HEX triplet: FE, 7B and BF. RGB value is (254,123,191). Sum of RGB (Red+Green+Blue) = 254+123+191=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BBF is #018440. Grayscale: #A9A9A9. Windows color (decimal): -99393 or 12549118. OLE color: 12549118.

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

Color convert

RGB 254 123 191 -
CMYK 0 0.52 0.25 0.00
HSL 328.85º 0.98% 0.74% -
HSV(B) 328.85º 0.52% 1% -
XYZ 57.36 39 53.79 -
YUV 169.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 254 123 191 0 0.52 0.25 0.00 328.85 0.98 0.74
Hex FE 7B BF 0 34 19 0 149 62 4A
Octal 376 173 277 0 64 31 0 511 142 112
Binary 11111110 1111011 10111111 0 110100 11001 0 101001001 1100010 1001010

Color Harmonies of #FE7BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BBF

Black with #FE7BBF

Text Example


Text Example

White with #FE7BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BBF; }

 p { color: rgb(254,123,191); }

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

background-color css

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

 a { background-color: rgb(254,123,191); }

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

border-color css

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

 span { border-color: rgb(254,123,191); }

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