Html Css Color HEX #FE7CBD Persian Pink

📋 copy color: '#FE7CBD'

red 254 ◦ green 124 ◦ blue 189

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

Shades of Persian Pink #FE7CBD

Tints of Persian Pink #FE7CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.33%

R = 44.8%
G = 21.87%
B = 33.33%

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

#FE7CBD (or 0xFE7CBD) is known color: Persian Pink. HEX triplet: FE, 7C and BD. RGB value is (254,124,189). Sum of RGB (Red+Green+Blue) = 254+124+189=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CBD is #018342. Grayscale: #AAAAAA. Windows color (decimal): -99139 or 12418302. OLE color: 12418302.

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

Color convert

RGB 254 124 189 -
CMYK 0 0.51 0.26 0.00
HSL 330º 0.98% 0.74% -
HSV(B) 330º 0.51% 1% -
XYZ 57.27 39.16 52.68 -
YUV 170.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 254 124 189 0 0.51 0.26 0.00 330 0.98 0.74
Hex FE 7C BD 0 33 1A 0 14A 62 4A
Octal 376 174 275 0 63 32 0 512 142 112
Binary 11111110 1111100 10111101 0 110011 11010 0 101001010 1100010 1001010

Color Harmonies of #FE7CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7CBD

Black with #FE7CBD

Text Example


Text Example

White with #FE7CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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