Html Css Color HEX #FE7DBA Persian Pink

📋 copy color: '#FE7DBA'

red 254 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #FE7DBA

Tints of Persian Pink #FE7DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.12%

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

R = 44.96%
G = 22.12%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE7DBA (or 0xFE7DBA) is known color: Persian Pink. HEX triplet: FE, 7D and BA. RGB value is (254,125,186). Sum of RGB (Red+Green+Blue) = 254+125+186=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DBA is #018245. Grayscale: #AAAAAA. Windows color (decimal): -98886 or 12221950. OLE color: 12221950.

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

Color convert

RGB 254 125 186 -
CMYK 0 0.51 0.27 0.00
HSL 331.63º 0.98% 0.74% -
HSV(B) 331.63º 0.51% 1% -
XYZ 57.07 39.28 51.03 -
YUV 170.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 254 125 186 0 0.51 0.27 0.00 331.63 0.98 0.74
Hex FE 7D BA 0 33 1B 0 14C 62 4A
Octal 376 175 272 0 63 33 0 514 142 112
Binary 11111110 1111101 10111010 0 110011 11011 0 101001100 1100010 1001010

Color Harmonies of #FE7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7DBA

Black with #FE7DBA

Text Example


Text Example

White with #FE7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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