Html Css Color HEX #FE7BB8 Persian Pink

📋 copy color: '#FE7BB8'

red 254 ◦ green 123 ◦ blue 184

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

Shades of Persian Pink #FE7BB8

Tints of Persian Pink #FE7BB8

RGB

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

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

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

R = 45.28%
G = 21.93%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE7BB8 (or 0xFE7BB8) is known color: Persian Pink. HEX triplet: FE, 7B and B8. RGB value is (254,123,184). Sum of RGB (Red+Green+Blue) = 254+123+184=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BB8 is #018447. Grayscale: #A9A9A9. Windows color (decimal): -99400 or 12090366. OLE color: 12090366.

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

Color convert

RGB 254 123 184 -
CMYK 0 0.52 0.28 0.00
HSL 332.06º 0.98% 0.74% -
HSV(B) 332.06º 0.52% 1% -
XYZ 56.61 38.7 49.83 -
YUV 169.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 254 123 184 0 0.52 0.28 0.00 332.06 0.98 0.74
Hex FE 7B B8 0 34 1C 0 14C 62 4A
Octal 376 173 270 0 64 34 0 514 142 112
Binary 11111110 1111011 10111000 0 110100 11100 0 101001100 1100010 1001010

Color Harmonies of #FE7BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BB8

Black with #FE7BB8

Text Example


Text Example

White with #FE7BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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