Html Css Color HEX #FE7BBC Persian Pink

📋 copy color: '#FE7BBC'

red 254 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #FE7BBC

Tints of Persian Pink #FE7BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.27%

R = 44.96%
G = 21.77%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE7BBC (or 0xFE7BBC) is known color: Persian Pink. HEX triplet: FE, 7B and BC. RGB value is (254,123,188). Sum of RGB (Red+Green+Blue) = 254+123+188=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BBC is #018443. Grayscale: #A9A9A9. Windows color (decimal): -99396 or 12352510. OLE color: 12352510.

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

Color convert

RGB 254 123 188 -
CMYK 0 0.52 0.26 0.00
HSL 330.23º 0.98% 0.74% -
HSV(B) 330.23º 0.52% 1% -
XYZ 57.03 38.87 52.07 -
YUV 169.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 254 123 188 0 0.52 0.26 0.00 330.23 0.98 0.74
Hex FE 7B BC 0 34 1A 0 14A 62 4A
Octal 376 173 274 0 64 32 0 512 142 112
Binary 11111110 1111011 10111100 0 110100 11010 0 101001010 1100010 1001010

Color Harmonies of #FE7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BBC

Black with #FE7BBC

Text Example


Text Example

White with #FE7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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