Html Css Color HEX #FD7EBA Persian Pink

📋 copy color: '#FD7EBA'

red 253 ◦ green 126 ◦ blue 186

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

Shades of Persian Pink #FD7EBA

Tints of Persian Pink #FD7EBA

RGB

 RED value IS 253 (99.22% from 255) = 44.78%

 GREEN value IS 126 (49.61% from 255) = 22.3%

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

R = 44.78%
G = 22.3%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD7EBA (or 0xFD7EBA) is known color: Persian Pink. HEX triplet: FD, 7E and BA. RGB value is (253,126,186). Sum of RGB (Red+Green+Blue) = 253+126+186=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7EBA is #028145. Grayscale: #AAAAAA. Windows color (decimal): -164166 or 12222205. OLE color: 12222205.

HSL color Cylindrical-coordinate representation of color #FD7EBA: hue angle of 331.65º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7EBA is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 126 186 -
CMYK 0 0.50 0.26 0.01
HSL 331.65º 0.97% 0.74% -
HSV(B) 331.65º 0.5% 0.99% -
XYZ 56.83 39.35 51.05 -
YUV 170.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 253 126 186 0 0.50 0.26 0.01 331.65 0.97 0.74
Hex FD 7E BA 0 32 1A 1 14C 61 4A
Octal 375 176 272 0 62 32 1 514 141 112
Binary 11111101 1111110 10111010 0 110010 11010 1 101001100 1100001 1001010

Color Harmonies of #FD7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7EBA

Black with #FD7EBA

Text Example


Text Example

White with #FD7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7EBA; }

 p { color: rgb(253,126,186); }

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

background-color css

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

 a { background-color: rgb(253,126,186); }

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

border-color css

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

 span { border-color: rgb(253,126,186); }

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