Html Css Color HEX #FE7BBA Persian Pink

📋 copy color: '#FE7BBA'

red 254 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #FE7BBA

Tints of Persian Pink #FE7BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.04%

R = 45.12%
G = 21.85%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE7BBA (or 0xFE7BBA) is known color: Persian Pink. HEX triplet: FE, 7B and BA. RGB value is (254,123,186). Sum of RGB (Red+Green+Blue) = 254+123+186=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BBA is #018445. Grayscale: #A9A9A9. Windows color (decimal): -99398 or 12221438. OLE color: 12221438.

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

Color convert

RGB 254 123 186 -
CMYK 0 0.52 0.27 0.00
HSL 331.15º 0.98% 0.74% -
HSV(B) 331.15º 0.52% 1% -
XYZ 56.82 38.78 50.95 -
YUV 169.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 254 123 186 0 0.52 0.27 0.00 331.15 0.98 0.74
Hex FE 7B BA 0 34 1B 0 14B 62 4A
Octal 376 173 272 0 64 33 0 513 142 112
Binary 11111110 1111011 10111010 0 110100 11011 0 101001011 1100010 1001010

Color Harmonies of #FE7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BBA

Black with #FE7BBA

Text Example


Text Example

White with #FE7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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