Html Css Color HEX #FEBBCB Pink

📋 copy color: '#FEBBCB'

red 254 ◦ green 187 ◦ blue 203

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

Shades of Pink #FEBBCB

Tints of Pink #FEBBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.52%

R = 39.44%
G = 29.04%
B = 31.52%

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

#FEBBCB (or 0xFEBBCB) is known color: Pink. HEX triplet: FE, BB and CB. RGB value is (254,187,203). Sum of RGB (Red+Green+Blue) = 254+187+203=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBCB is #014434. Grayscale: #D0D0D0. Windows color (decimal): -82997 or 13351934. OLE color: 13351934.

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

Color convert

RGB 254 187 203 -
CMYK 0 0.26 0.20 0.00
HSL 345.67º 0.97% 0.86% -
HSV(B) 345.67º 0.26% 1% -
XYZ 69.42 60.92 64.6 -
YUV 208.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 254 187 203 0 0.26 0.20 0.00 345.67 0.97 0.86
Hex FE BB CB 0 1A 14 0 15A 61 56
Octal 376 273 313 0 32 24 0 532 141 126
Binary 11111110 10111011 11001011 0 11010 10100 0 101011010 1100001 1010110

Color Harmonies of #FEBBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBBCB

Black with #FEBBCB

Text Example


Text Example

White with #FEBBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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