Html Css Color HEX #FE0BBD Shocking Pink

📋 copy color: '#FE0BBD'

red 254 ◦ green 11 ◦ blue 189

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

Shades of Shocking Pink #FE0BBD

Tints of Shocking Pink #FE0BBD

RGB

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

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

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

R = 55.95%
G = 2.42%
B = 41.63%

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

#FE0BBD (or 0xFE0BBD) is known color: Shocking Pink. HEX triplet: FE, 0B and BD. RGB value is (254,11,189). Sum of RGB (Red+Green+Blue) = 254+11+189=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0BBD is #01F442. Grayscale: #676767. Windows color (decimal): -128067 or 12389374. OLE color: 12389374.

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

Color convert

RGB 254 11 189 -
CMYK 0 0.96 0.26 0.00
HSL 316.05º 0.99% 0.52% -
HSV(B) 316.05º 0.96% 1% -
XYZ 50.18 24.98 50.32 -
YUV 103.95 176.01 235.03 -
System Red Green Blue C M Y K H S L
Decimal 254 11 189 0 0.96 0.26 0.00 316.05 0.99 0.52
Hex FE B BD 0 60 1A 0 13C 63 34
Octal 376 13 275 0 140 32 0 474 143 64
Binary 11111110 1011 10111101 0 1100000 11010 0 100111100 1100011 110100

Color Harmonies of #FE0BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0BBD

Black with #FE0BBD

Text Example


Text Example

White with #FE0BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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