Html Css Color HEX #FEBBCC Pink

📋 copy color: '#FEBBCC'

red 254 ◦ green 187 ◦ blue 204

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

Shades of Pink #FEBBCC

Tints of Pink #FEBBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.99%

 BLUE value IS 204 (80.08% from 255) = 31.63%

R = 39.38%
G = 28.99%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEBBCC (or 0xFEBBCC) is known color: Pink. HEX triplet: FE, BB and CC. RGB value is (254,187,204). Sum of RGB (Red+Green+Blue) = 254+187+204=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBCC is #014433. Grayscale: #D0D0D0. Windows color (decimal): -82996 or 13417470. OLE color: 13417470.

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

Color convert

RGB 254 187 204 -
CMYK 0 0.26 0.20 0.00
HSL 344.78º 0.97% 0.86% -
HSV(B) 344.78º 0.26% 1% -
XYZ 69.54 60.97 65.23 -
YUV 208.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 254 187 204 0 0.26 0.20 0.00 344.78 0.97 0.86
Hex FE BB CC 0 1A 14 0 159 61 56
Octal 376 273 314 0 32 24 0 531 141 126
Binary 11111110 10111011 11001100 0 11010 10100 0 101011001 1100001 1010110

Color Harmonies of #FEBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBBCC

Black with #FEBBCC

Text Example


Text Example

White with #FEBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBBCC; }

 p { color: rgb(254,187,204); }

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

background-color css

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

 a { background-color: rgb(254,187,204); }

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

border-color css

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

 span { border-color: rgb(254,187,204); }

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