Html Css Color HEX #FE0BBC Shocking Pink

📋 copy color: '#FE0BBC'

red 254 ◦ green 11 ◦ blue 188

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

Shades of Shocking Pink #FE0BBC

Tints of Shocking Pink #FE0BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.43%

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

R = 56.07%
G = 2.43%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE0BBC (or 0xFE0BBC) is known color: Shocking Pink. HEX triplet: FE, 0B and BC. RGB value is (254,11,188). Sum of RGB (Red+Green+Blue) = 254+11+188=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 11 (4.69% from 255 or 2.43% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0BBC is #01F443. Grayscale: #676767. Windows color (decimal): -128068 or 12323838. OLE color: 12323838.

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

Color convert

RGB 254 11 188 -
CMYK 0 0.96 0.26 0.00
HSL 316.3º 0.99% 0.52% -
HSV(B) 316.3º 0.96% 1% -
XYZ 50.07 24.94 49.75 -
YUV 103.84 175.51 235.11 -
System Red Green Blue C M Y K H S L
Decimal 254 11 188 0 0.96 0.26 0.00 316.3 0.99 0.52
Hex FE B BC 0 60 1A 0 13C 63 34
Octal 376 13 274 0 140 32 0 474 143 64
Binary 11111110 1011 10111100 0 1100000 11010 0 100111100 1100011 110100

Color Harmonies of #FE0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0BBC

Black with #FE0BBC

Text Example


Text Example

White with #FE0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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