Html Css Color HEX #FE7CBB Persian Pink

📋 copy color: '#FE7CBB'

red 254 ◦ green 124 ◦ blue 187

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

Shades of Persian Pink #FE7CBB

Tints of Persian Pink #FE7CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.95%

 BLUE value IS 187 (73.44% from 255) = 33.1%

R = 44.96%
G = 21.95%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE7CBB (or 0xFE7CBB) is known color: Persian Pink. HEX triplet: FE, 7C and BB. RGB value is (254,124,187). Sum of RGB (Red+Green+Blue) = 254+124+187=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CBB is #018344. Grayscale: #A9A9A9. Windows color (decimal): -99141 or 12287230. OLE color: 12287230.

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

Color convert

RGB 254 124 187 -
CMYK 0 0.51 0.26 0.00
HSL 330.92º 0.98% 0.74% -
HSV(B) 330.92º 0.51% 1% -
XYZ 57.05 39.07 51.55 -
YUV 170.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 254 124 187 0 0.51 0.26 0.00 330.92 0.98 0.74
Hex FE 7C BB 0 33 1A 0 14B 62 4A
Octal 376 174 273 0 63 32 0 513 142 112
Binary 11111110 1111100 10111011 0 110011 11010 0 101001011 1100010 1001010

Color Harmonies of #FE7CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7CBB

Black with #FE7CBB

Text Example


Text Example

White with #FE7CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7CBB; }

 p { color: rgb(254,124,187); }

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

background-color css

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

 a { background-color: rgb(254,124,187); }

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

border-color css

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

 span { border-color: rgb(254,124,187); }

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