Html Css Color HEX #FFBACC Pink

📋 copy color: '#FFBACC'

red 255 ◦ green 186 ◦ blue 204

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

Shades of Pink #FFBACC

Tints of Pink #FFBACC

RGB

 RED value IS 255 (100% from 255) = 39.53%

 GREEN value IS 186 (73.05% from 255) = 28.84%

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

R = 39.53%
G = 28.84%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFBACC (or 0xFFBACC) is known color: Pink. HEX triplet: FF, BA and CC. RGB value is (255,186,204). Sum of RGB (Red+Green+Blue) = 255+186+204=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBACC is #004533. Grayscale: #D0D0D0. Windows color (decimal): -17716 or 13417215. OLE color: 13417215.

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

Color convert

RGB 255 186 204 -
CMYK 0 0.27 0.2 0
HSL 344.35º 1% 0.86% -
HSV(B) 344.35º 0.27% 1% -
XYZ 69.7 60.74 65.18 -
YUV 208.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 255 186 204 0 0.27 0.2 0 344.35 1 0.86
Hex FF BA CC 0 1B 14 0 158 64 56
Octal 377 272 314 0 33 24 0 530 144 126
Binary 11111111 10111010 11001100 0 11011 10100 0 101011000 1100100 1010110

Color Harmonies of #FFBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBACC

Black with #FFBACC

Text Example


Text Example

White with #FFBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBACC; }

 p { color: rgb(255,186,204); }

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

background-color css

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

 a { background-color: rgb(255,186,204); }

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

border-color css

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

 span { border-color: rgb(255,186,204); }

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