Html Css Color HEX #FFC6BA Your Pink

📋 copy color: '#FFC6BA'

red 255 ◦ green 198 ◦ blue 186

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

Shades of Your Pink #FFC6BA

Tints of Your Pink #FFC6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.99%

 BLUE value IS 186 (73.05% from 255) = 29.11%

R = 39.91%
G = 30.99%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFC6BA (or 0xFFC6BA) is known color: Your Pink. HEX triplet: FF, C6 and BA. RGB value is (255,198,186). Sum of RGB (Red+Green+Blue) = 255+198+186=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6BA is #003945. Grayscale: #D5D5D5. Windows color (decimal): -14662 or 12240639. OLE color: 12240639.

HSL color Cylindrical-coordinate representation of color #FFC6BA: hue angle of 10.43º 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 #FFC6BA is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 186 -
CMYK 0 0.22 0.27 0
HSL 10.43º 1% 0.86% -
HSV(B) 10.43º 0.27% 1% -
XYZ 70.3 65.19 55.33 -
YUV 213.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 255 198 186 0 0.22 0.27 0 10.43 1 0.86
Hex FF C6 BA 0 16 1B 0 A 64 56
Octal 377 306 272 0 26 33 0 12 144 126
Binary 11111111 11000110 10111010 0 10110 11011 0 1010 1100100 1010110

Color Harmonies of #FFC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6BA

Black with #FFC6BA

Text Example


Text Example

White with #FFC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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