#FEBCC6

Color #FEBCC6 Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #FEBCC6

Tints of Pink #FEBCC6

Color information

#FEBCC6 (or 0xFEBCC6) is unknown color: approx Pink. HEX triplet: FE, BC and C6. RGB value is (254,188,198). Sum of RGB (Red+Green+Blue) = 254+188+198=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCC6 is #014339. Grayscale: #D0D0D0. Windows color (decimal): -82746 or 13024510. OLE color: 13024510.

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

Color convert

RGB254188198-
CMYK00.260.220.00
HSL350.91º97.06%86.67%-
HSV(B)350.91º25.98%99.61%-
XYZ69.0561.1161.58-
YUV208.87121.87160.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 188 (73.83% from 255) = 29.38%
BLUE value IS 198 (77.73% from 255) = 30.94%
R=39.69%
G=29.38%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418819800.260.220.00350.9197.0686.67
HexFEBCC601A16015f6157
Octal376274306032260537141127
Binary11111110101111001100011001101010110010101111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBCC6; }

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

 H1.HeaderClassName
 {
   color: #FEBCC6;
 }
 .AnyTagClassName
 {
   color: #FEBCC6;
 }
</style>
background-color css

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

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

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

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

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

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