Html Css Color HEX #FE7BBE Persian Pink

📋 copy color: '#FE7BBE'

red 254 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #FE7BBE

Tints of Persian Pink #FE7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.51%

R = 44.8%
G = 21.69%
B = 33.51%

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

#FE7BBE (or 0xFE7BBE) is known color: Persian Pink. HEX triplet: FE, 7B and BE. RGB value is (254,123,190). Sum of RGB (Red+Green+Blue) = 254+123+190=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BBE is #018441. Grayscale: #A9A9A9. Windows color (decimal): -99394 or 12483582. OLE color: 12483582.

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

Color convert

RGB 254 123 190 -
CMYK 0 0.52 0.25 0.00
HSL 329.31º 0.98% 0.74% -
HSV(B) 329.31º 0.52% 1% -
XYZ 57.25 38.95 53.22 -
YUV 169.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 254 123 190 0 0.52 0.25 0.00 329.31 0.98 0.74
Hex FE 7B BE 0 34 19 0 149 62 4A
Octal 376 173 276 0 64 31 0 511 142 112
Binary 11111110 1111011 10111110 0 110100 11001 0 101001001 1100010 1001010

Color Harmonies of #FE7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BBE

Black with #FE7BBE

Text Example


Text Example

White with #FE7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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